gpt4 book ai didi

node.js - 由于找不到 node-gyp : binding. gyp,无法安装 npm

转载 作者:可可西里 更新时间:2023-11-01 13:27:00 28 4
gpt4 key购买 nike

我整天都在做这件事,并尝试了很多不同的事情:

  • 卸载 Node 并安装最新版本
  • 使用 --msvs_version= 标志设置为 2010, 2011, 2012, 2013, 2015
  • 删除 .node-gyp 文件夹
  • 像这样将 python 路径添加到 .npmrc:python=C:\Python27\python.exe
  • npm -g install npm@next
  • 运行 node-gyp rebuildnode-gyp configure
  • 正在关注 Robert Kehoe's guide

艰难时期。

该软件包是一个 Electron/React 应用程序,我正在运行 Windows 10。npm install 的控制台输出是

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x64.Targets(514,5): error MSB8008: Specif
ied platform toolset (v120) is not installed or invalid. Please make sure that a supported PlatformToolset value is sel
ected. [C:\Users\scheinerbock\Desktop\mpstudio\node_modules\mplib\build\addon.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `msbuild` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Users\scheinerbock\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Windows_NT 10.0.14393
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\scheinerbock\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\scheinerbock\Desktop\mpstudio\node_modules\mplib
gyp ERR! node -v v6.10.0
gyp ERR! node-gyp -v v3.5.0
gyp ERR! not ok

对于 node-gyp 重建:

gyp: binding.gyp not found (cwd: C:\Users\scheinerbock\Desktop\mpstudio) while trying to load binding.gyp

我在这里很擅长驾驶,除了解决方案之外,我将不胜感激任何建议或信息。

最佳答案

我正在使用 macos catalina 10.15.5,我遇到了同样的问题,并且上述所有解决方案都不适合我。我能够通过运行解决这个问题

npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"

希望这对人们有所帮助。

关于node.js - 由于找不到 node-gyp : binding. gyp,无法安装 npm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42638918/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com