【发布时间】:2018-06-12 20:36:04
【问题描述】:
昨晚我升级了 Node.JS,之后我的 npm install 停止工作。我已经卸载了 Node 并重新安装了它,但这没有用。我正在使用 Windows 8.1、Node - 8.9.4 和 NPM - 3.3.12。以下是我在运行 npm install 时遇到的错误。
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Subrata\\AppData
\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v8.9.4
npm ERR! npm v3.3.12
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'internal/util/types'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! D:\1-NodeJSTest\CoreNodeJSTest\SimpleSessionTest\npm-debug.log
【问题讨论】:
-
更新你的 npm
标签: javascript node.js express npm-install node-modules