开发者问题收集

npm 安装失败错误构建失败,错误代码:1

2022-06-08
1771

9879 错误 gyp 信息如果它以 ok 结尾则有效
9879 错误 gyp 动词 cli [
9879 错误 gyp 动词 cli 'C:\Program Files\nodejs\node.exe',
9879 错误 gyp 动词 cli 'C:\Projects\.\node_modules\node-gyp\bin\node-gyp.js',
9879 错误 gyp 动词 cli 'rebuild',
9879 错误 gyp 动词 cli '--verbose',
9879 错误 gyp 动词 cli '--libsass_ext=',
9879 错误 gyp 动词 cli '--libsass_cflags=',
9879 错误 gyp 动词 cli '--libsass_ldflags=',
9879 错误 gyp 动词 cli '--libsass_library='
9879 错误 gyp 动词 cli ]
9879 错误 gyp 信息使用 [email protected]
9879 错误 gyp 信息使用 [email protected] | win32 | x64
9879 错误 gyp verb 命令 rebuild []
9879 错误 gyp verb 命令 clean []
9879 错误 gyp verb clean 删除“build”目录
9879 错误 gyp verb 命令 configure []
9879 错误 gyp verb find Python Python 未从命令行或 npm 配置设置
9879 错误 gyp verb find Python Python 未从环境变量 PYTHON 设置
9879 错误 gyp verb find Python 检查是否可以使用“python3”
9879 错误 gyp verb find Python - 执行“python3”以获取可执行路径
9879 错误 gyp verb find Python - “python3”不在 PATH 中或产生错误
9879 错误 gyp verb find Python 检查是否可以使用“python”
9879 错误 gyp verb find Python - 执行“python” 获取可执行路径
9879 错误 gyp verb find Python - 可执行路径为“C:\Python310\python.exe”
9879 错误 gyp verb find Python - 执行“C:\Python310\python.exe” 获取版本
9879 错误 gyp verb find Python - 版本为“3.10.5”
9879 错误 gyp info find Python 使用 Python 版本 3.10.5 在“C:\Python310\python.exe”找到
9879 错误 gyp verb get node dir 未指定 --target 版本,回退到主机节点版本:16.15.1
9879 错误 gyp verb command install [ '16.15.1' ]
9879 错误 gyp verb install 输入版本字符串“16.15.1”
9879 错误 gyp verb install 安装版本: 16.15.1
9879 错误 gyp verb install --ensure 已传递,因此如果已安装则不会重新安装
9879 错误 gyp verb 安装版本已安装,需要检查“installVersion”
9879 错误 gyp verb 获得“installVersion”9
9879 错误 gyp verb 需要“installVersion”9
9879 错误 gyp verb 安装版本很好
9879 错误 gyp verb 获取节点目录目标节点版本已安装:16.15.1
9879 错误 gyp verb build dir 尝试创建“build”目录:\node_modules\node-sass\build
9879 错误 gyp verb build dir 需要创建“build”目录吗? \node_modules\node-sass\build
9879 错误 gyp verb find VS msvs_version 未从命令行或 npm 配置设置
9879 错误 gyp verb find VS VCINSTALLDIR 未设置,未在 VS 命令提示符中运行
9879 错误 gyp verb find VS 未知版本“未定义”位于“C:\Program Files\Microsoft Visual Studio\2022\Community”
9879 错误 gyp verb find VS 检查 VS2019 (16.11.32510.428) 位于:
9879 错误 gyp verb find VS “C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools”
9879 错误 gyp verb find VS - 找到“Visual Studio C++ 核心功能”
9879 错误 gyp verb find VS - 找到 VC++ 工具集:v142
9879 错误 gyp verb find VS - 缺少任何 Windows SDK
9879 错误 gyp verb find VS 检查 VS2017 (15.9.28307.1974) 位于:
9879 错误 gyp verb find VS “C:\Program Files (x86)\Microsoft Visual Studio\2017\Community”
9879 错误 gyp verb find VS - 缺少“Visual Studio C++ 核心功能”
9879 错误 gyp verb find VS 找不到要使用的 Visual Studio 2017 或更新版本
9879 错误 gyp verb find VS 寻找 Visual Studio 2015
9879 错误 gyp verb find VS - 未找到
9879 错误 gyp verb find VS 未寻找VS2013,因为它仅支持到 Node.js 8
9879 错误 gyp ERR!查找 VS
9879 错误 gyp ERR!查找 VS msvs_version 未从命令行或 npm 配置设置
9879 错误 gyp ERR!查找 VS VCINSTALLDIR 未设置,未在 VS 命令提示符中运行
9879 错误 gyp ERR!查找 VS 未知版本“未定义”位于“C:\Program Files\Microsoft Visual Studio\2022\Community”
9879 错误 gyp ERR!查找 VS 检查 VS2019 (16.11.32510.428) 位于:
9879 错误 gyp ERR!查找 VS“C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools”
9879 错误 gyp ERR!查找 VS - 找到“Visual Studio C++ 核心功能”
9879 错误 gyp ERR!查找 VS - 找到 VC++ 工具集:v142
9879 错误 gyp ERR!查找 VS - 缺少任何 Windows SDK
9879 错误 gyp ERR!查找 VS 检查 VS2017 (15.9.28307.1974) 位于:
9879 错误 gyp ERR!查找 VS“C:\Program Files (x86)\Microsoft Visual Studio\2017\Community”
9879 错误 gy

请分享您对通过安装依赖项解决这些问题的想法。

1个回答

如果您的 Node 版本太新,请尝试降级。稳定版本 14.16.1 可用。

yanir midler
2022-06-08