关于node.js:node-报错记录Cannot-find-module-arewethereyet\indexjs

35次阅读

共计 264 个字符,预计需要花费 1 分钟才能阅读完成。

一沉睡来美滋滋关上我的项目 npm start,居然报错了。

Error: Cannot find module 'D:\Program Files\nodejs\node_modules\npm\node_modules\are-we-there-yet\index.js'.
Please verify that the package.json has a valid "main" entry

尝试应用 npm -V,居然也报错。啊,这。

看了下报错,说 npm 的文件夹里短少东东。
重新安装下雷同版本的 nodejs,复活了。
勾选 change 这个,一路 next 就能够。

正文完
 0