json输入意外结束反应[重复]

Posted

技术标签:

【中文标题】json输入意外结束反应[重复]【英文标题】:unexpected end of json input react [duplicate] 【发布时间】:2018-12-31 17:52:03 【问题描述】:

我刚刚开始我的编码之旅,我刚刚开始使用 react,但是当我尝试创建一个新应用程序时,我收到以下错误。它表示 JSON 输入意外结束。

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

npm ERR! Unexpected end of JSON input while parsing near '...gin-precompile- 
charco'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\vaibh\AppData\Roaming\npm-cache\_logs\2018-07- 
24T07_21_16_208Z-debug.log

Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react- 
scripts has failed.

Deleting generated file... package.json
Deleting robofriends / from C:\Users\vaibh\Desktop
Done.

【问题讨论】:

npm cache clean --force试试 看这个问题和它的第一个答案:***.com/questions/47675478/… 请检查答案,如果解决了您的问题,请标记为已解决。 【参考方案1】:

这是由于 npm 缓存。

您可以通过以下方式解决:

npm cache clean --force

另外,请确保您的 npm 已更新到最新版本。

npm i npm@latest -g

再试一次!!

【讨论】:

谢谢,但对我不起作用:(

以上是关于json输入意外结束反应[重复]的主要内容,如果未能解决你的问题,请参考以下文章

我在尝试恢复节点模块时收到错误“错误意外结束 JSON 输入时解析'...“依赖项”:“tsli'”[重复]

创建反应应用程序:npm 错误!在“....”附近解析时 JSON 输入意外结束

SyntaxError:意外的标识符导入反应(Javascript)[重复]

解析错误:语法错误,文件意外结束,期待'`' [重复]

解析错误:语法错误,文件意外结束[重复]

Golang json Unmarshal “JSON 输入意外结束”