【发布时间】:2020-12-05 16:45:12
【问题描述】:
我尝试使用npm install nodemon,但出现以下错误:
在附近解析时 JSON 输入意外结束 '...-1.1.4.tgz","fileCoun'
【问题讨论】:
-
您的 package.json 文件包含无效的 JSON,修复 JSON 将解决此问题
标签: javascript node.js windows npm nodemon
我尝试使用npm install nodemon,但出现以下错误:
在附近解析时 JSON 输入意外结束 '...-1.1.4.tgz","fileCoun'
【问题讨论】:
标签: javascript node.js windows npm nodemon
尝试运行
"npm cache clean --force"
然后尝试重新安装 nodemon 包
【讨论】: