在Windows上,当尝试从“ create-react-app”编译一个新的react应用时,我收到一个编译错误。不确定意外令牌来自何处。错误是由于创建create-react-app导致index.css中出现意外令牌。
index.css:
Ajax.BeginForm
安装和运行下面的输出:
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
我尝试更新所有软件包,甚至从存在同样错误的index.css中取出CSS。重新安装节点和npm。
答案 0 :(得分:0)
错误:“您当前的Yarn版本已过时”,然后:
npm install --global yarn
纱线-版本 0.21.3