gpt4 book ai didi

node.js - npm 错误!安装 next.js 时

转载 作者:太空宇宙 更新时间:2023-11-03 23:54:08 24 4
gpt4 key购买 nike

我在尝试使用 npm install --save next 安装 next.js 时遇到问题,然后显示以下错误,例如

npm ERR! Unexpected end of JSON input while parsing near '...:{"eslint":"3.19.0","'

我只是在过去的几个小时里一直这样做。我该如何解决这个问题?

package.json

{
"name": "a-client-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}

信息:

OS: Windows 10
NodeJS: 10.16.3
NPM: 6.11.3

谢谢

最佳答案

该问题是由于 Node 缓存造成的。

npm 缓存清理 --force

解决了问题。

在这里写下答案,以防其他人遇到这个问题。 :)

关于node.js - npm 错误!安装 next.js 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58074583/

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