gpt4 book ai didi

node.js - 运行 npm install 时 JSON 输入意外结束

转载 作者:行者123 更新时间:2023-12-03 12:16:31 25 4
gpt4 key购买 nike

关闭。这个问题需要debugging details .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

2年前关闭。




Improve this question




安装时eslint像这样的 npm 包

npm i eslint -g

我收到以下错误:

npm ERR! Unexpected end of JSON input while parsing near '..."coveralls":"2.11.4",'



我怎样才能解决这个问题?

最佳答案

请按照以下步骤操作:

方法一:

1. 清理你的缓存

npm cache clean --force

2. 然后安装最新的 angular cli:
npm install -g @angular/cli@latest

3. 然后安装你的包
npm install -g eslint

方法二:

1. 卸载 nodejs
2. 通过以下命令清除缓存: npm cache clean --force
3. 删除 package-lock.json和 Node node_modules文件夹

4. 安装 nodejs最新版本

5. 安装最新的 angular cli npm install -g @angular/cli@latest .

6. 运行 npm install .

7. 安装所需的软件包。

希望它能解决您的问题。如果没有,请告诉我。一般来说,在大多数情况下,如果方法 1 不起作用,则方法 1 有效,则采用第二种方法。
谢谢

关于node.js - 运行 npm install 时 JSON 输入意外结束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55941797/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com