try catch and ...release
ページ
(移動先: ...)
ホーム
Chromeアプリ開発Tips
公開アプリ
Ubuntu
Linuxコマンド
#!/bin/bash
ブロックチェーンと暗号通貨
▼
2017年3月16日木曜日
npm install で node-gyp のビルドエラーが出るときの対処法
``` $ npm install -g n $ n latest ``` な感じで入れた最新の NodeJS version 7.7.3 で、 `npm install` した時に以下のような node-gyp のビルドエラーが出るようになってしまいました: ``` $ npm install ``` > ... > gyp ERR! build error > gyp ERR! stack Error: `make` failed with exit code: 2 > gyp ERR! stack at ChildProcess.onExit (/home/****/node_modules/node-gyp/lib/build.js:285:23) > gyp ERR! stack at emitTwo (events.js:106:13) > gyp ERR! stack at ChildProcess.emit (events.js:194:7) > gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) > gyp ERR! System Linux 4.4.0-66-generic > gyp ERR! command "/usr/local/bin/node" > ... こんな時は以下のようにして NodeJS のバージョンを 6.9.5 に落とすことで回避できました:
‹
›
ホーム
ウェブ バージョンを表示