node.js - NPM:在 OS X El Capitan 上的 "ld: library not found for -lgcc_s.10.5"?

标签 node.js macos npm node-gyp

当我使用 npm install 安装 this repository 的依赖项时,我遇到了这样的错误:

> fsevents@0.3.8 install /Users/hanfeisun/Workspace/vue-webpack-example/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild

  SOLINK_MODULE(target) Release/.node
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Release/.node] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
gyp ERR! stack     at ChildProcess.emit (events.js:110:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Darwin 15.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/hanfeisun/Workspace/vue-webpack-example/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/fsevents
gyp ERR! node -v v0.12.7
gyp ERR! node-gyp -v v2.0.1
gyp ERR! not ok 
npm WARN optional dep failed, continuing fsevents@0.3.8

但是,安装仍然成功完成。当我使用 npm run 时,该应用程序仍然运行良好。有没有人知道 node-gyp rebuild 在这里做什么?为什么项目运行良好,即使 node-gyp 在这里抛出错误?

最佳答案

我在升级到 Node 4.1.0 (OS X 10.10.5) 后遇到了这个问题,从官方包重新安装后没有任何运气。对于它的值(value),这为我解决了它:

cd /usr/local/lib
sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.5.dylib

(最初找到here。)

关于node.js - NPM:在 OS X El Capitan 上的 "ld: library not found for -lgcc_s.10.5"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31936170/

相关文章:

node.js - 将 Node 命令行选项传递给 npm 可执行文件?

node.js - mongodb查找计算字段

node.js - Mongo 聚合查询提取最近 7 天的数据 (node.js)

java - 在 macOS BigSur 中更改 Java 版本

javascript - zeromq w/Electron : Could not locate the bindings file

node.js - JavaScript,如何知道url是否是静态文件

Excel 公式给出#VALUE!移植到Mac时出错

ruby-on-rails - Rubygems 不安装在 OS X Lion 上

node.js - 有没有办法从 package-lock.json 中提取 package.json ?

windows - NodeJS Windows node-gyp 构建失败