create-react-app 报错 Unexpected end of JSON input while parsing near '
Posted johnjackson
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了create-react-app 报错 Unexpected end of JSON input while parsing near '相关的知识,希望对你有一定的参考价值。
按照官方文档安装create-react-app后,执行npx create-react-app后报错:
Unexpected end of JSON input while parsing near ......
执行下面命令可解决
npm cache clean --force ,
:执行后可以用以下命令检查
npm cache verify
如果还是不行,查看一下npm版本,不是最新的更新一下:
npm i -g npm
再有就是试一下换npm的镜像服务器
npm config set registry http://registry.cnpmjs.org
或
npm config set registry http://registry.npmjs.org
或
npm config set registry https://registry.npm.taobao.org
以上是关于create-react-app 报错 Unexpected end of JSON input while parsing near '的主要内容,如果未能解决你的问题,请参考以下文章
create-react-app 创建的项目执行npm run eject后,运行报错
使用create-react-app命令创建一个项目, 运行npm run eject报错
create-react-app创建项目后,运行npm run eject报错解决方法
create-react-app 报错 Unexpected end of JSON input while parsing near '
create-react-app安装storybook报错typeError: args.flat is not a function
python http://stackoverflow.com/questions/306313/pythons-is-operator-behaves-unexpectedly-with-integ