码迷,mamicode.com
首页 > 移动开发 > 详细

create-react-app 报错 Unexpected end of JSON input while parsing near '

时间:2019-05-26 11:12:34      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:put   bsp   cnp   reg   文档   info   --   cte   for   

按照官方文档安装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 '

标签:put   bsp   cnp   reg   文档   info   --   cte   for   

原文地址:https://www.cnblogs.com/johnjackson/p/10925308.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!