Windows10 下使用npm install命令出错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows10 下使用npm install命令出错相关的知识,希望对你有一定的参考价值。

events.js:183
throw er; // Unhandled 'error' event
^

Error: spawn npm ENOENT
at _errnoException (util.js:1024:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
at Function.Module.runMain (module.js:678:11)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3

参考技术A Windows环境下npm install安装包依赖时,常出现一些错误,下面为个人解决办法:

错误一

缺少python环境:

复制代码
G:\nodejs\moviesite\node_modules\bcrypt>if not defined npm_config_node_gyp (node
"D:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\
node-gyp\bin\node-gyp.js" rebuild ) else (rebuild)
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT
HON env variable.
gyp ERR! stack at failNoPython (D:\Program Files\nodejs\node_modules\npm\nod
e_modules\node-gyp\lib

Electron npm install 常见错误(Windows)

问题一:node_gyp使用版本不对

if not defined npm_config_node_gyp (node "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )

问题:明明装的是5.0.2版本,使用的却是3.9.2版本。

原因:命令上已经写明,在npm_config_node_gyp未配置情况,node_gyp使用的版本。

解决:删掉前者路径的node-gyp。

问题二:无法找到 v140 的生成工具

C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Platform.targets(6
7,5): error MSB8020: 无法找到 v140 的生成工具(平台工具集 =“v140”)。若要使用 v140 生成工具进行生成,请安装 v140 生成工具。或者,可以升级到当前 Visual Studio 工具,方式是通过选择
“项目”菜单或右键单击该解决方案,然后选择“重定解决方案目标”。 [F:\project\electron-source\node_modules\better-sqlite3\build\deps\locate_sqlite3.vcxpr
oj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\Administrator\AppData\Roaming\npm\node_modules\node-gyp\lib\build.js:190:23)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Administrator\\AppData\\Roaming\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd F:\project\electron-source\node_modules\better-sqlite3
gyp ERR! node -v v10.3.0
gyp ERR! node-gyp -v v5.0.2
gyp ERR! not ok

问题:依赖的c++插件库,总是编译出错,报没有v140工具。

原因:缺少 Visual Studio v140工具。

解决:

1、去到 C:\Program Files (x86)\Microsoft Visual Studio\Installer 目录。

2、打开 Visual Studio Installer 工具。

3、安装 MSVC v140 - VS 2015 C++ 生成工具(v14.00) 工具。

问题三:This is a bug in `node-pre-gyp`

node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Windows_NT 10.0.17134
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "F:\\project\\electron-source\\node_modules\\@journeyapps\\sqlcipher\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd F:\project\electron-source\node_modules\@journeyapps\sqlcipher
node-pre-gyp ERR! node -v v10.3.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! This is a bug in `node-pre-gyp`.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR!     <https://github.com/mapbox/node-pre-gyp/issues>

问题:执行到node-pre-gyp总是报错。

原因:未知。

解决:重启下电脑,就可以了…… 

以上是关于Windows10 下使用npm install命令出错的主要内容,如果未能解决你的问题,请参考以下文章

widows 10 下解决在npm install python 环境报错的问题

npm install 在代理后面的 Windows 10 上的 Ubuntu 上显示 403 错误

Windows 10 中的 npm 安装错误( npm install -g angular-cli )

npm安装淘宝镜像cnpm报错:npm ERR! Windows_NT 10.0.19045

使用 npm install 命令创建 .bat 文件

Windows npm install node-gyp 错误:libxslt 命令失败