我今天尝试着在react网站上遵循该教程,但是由于任何原因,当我运行命令时,它都不希望为我工作:
npx create-react-app my-app
`我收到以下错误消息;
Creating a new React app in D:\NodeJs\react\my-app.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
npm ERR! code ETARGET
npm ERR! notarget No matching version found for postcss@^7.0.11
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'autoprefixer'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\matth\AppData\Roaming\npm-cache\_logs\2019-01-
12T17_55_39_805Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-
scripts has failed.
Deleting generated file... package.json
Deleting my-app/ from D:\NodeJs\react
Done.`
我的npm版本是6.5.0,节点是11.6.0
不知道到底发生了什么,因为我在工作笔记本电脑上进行操作时,node和npm的完全相同的版本没有任何问题
答案 0 :(得分:0)
只是对所有人的更新。现在工作了。我所做的只是第四次重新安装nodejs,仅此而已。使0有意义。无论如何,感谢您的回答,不胜感激。
答案 1 :(得分:0)
我也遇到了同样的错误。
尝试运行npm cache clean --force之后,只需运行create-react-app
肯定会起作用