我正在尝试通过NPM将Mongoose下载到我的Node.js项目中

x33g5p2x  于 2023-03-29  发布在  Node.js
关注(0)|答案(1)|浏览(142)
D:\all Node place\nodejs\demo-app>npm install mongoose
npm ERR! Unexpected end of JSON input while parsing near '...~8.4.1","highland":"^'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Srikanth\AppData\Roaming\npm-cache\_logs\2020-08-09T05_41_01_390Z-debug.log

每次我尝试安装Node时都会收到这个错误。我的Node和NPM都升级到了最新版本。
有人能帮我吗?

p3rjfoxz

p3rjfoxz1#

可能你已经有了另一个软件包,所以$ npm卸载mongoose,然后$ npm安装mongoose试试看

相关问题