为什么我无法创建新的React应用程序?

发布时间:2020-07-07 17:26

使用时出现以下错误

npx create-react-app meme

npm ERR! Unexpected end of JSON input while parsing near '...":{"bin":"./bin"},"di'
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/saurav/.npm/_logs/2020-07-07T17_04_39_147Z-debug.log
Install for create-react-app@latest failed with code 1

这个问题是独立发生的,一分钟它在工作,而下一分钟却没有。

回答1

清除npm缓存可以解决。

用于干净的npm缓存:

1。

npm cache clean --force

  1. 更新npm
npm i npm@latest -g
  1. 通过以下方式安装npm
npm install