使用时出现以下错误
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
这个问题是独立发生的,一分钟它在工作,而下一分钟却没有。
答案 0 :(得分:0)
清除npm缓存可以解决。
用于干净的npm缓存:
1。
npm cache clean --force
npm i npm@latest -g
npm install