We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install oniguruma
Linux www7282uf 2.6.32-40-server #87-Ubuntu SMP Tue Mar 6 02:10:02 UTC 2012 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
こんにちは! node-gyp の rebuildでコケてるみたいですね。下記の2点を確認お願いします。
node-gyp
rebuild
gyp
Sorry, something went wrong.
globalにinstallされている gyp を消す
$ apt-get remove gyp E: ロックファイル /var/lib/dpkg/lock をオープンできません - open (13: 許可がありません) E: 管理用ディレクトリ (/var/lib/dpkg/) をロックできません。root 権限で実行していますか? $ python -c 'import gyp; print gyp.__file__' Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named gyp
Node.js v4でNaNに変更があったので、gccを4.8以上にする
http://qiita.com/aKenjiKato/items/e9011e02feb131c4526e を参考にして g++とgccをv4.4からv4.8にしたら、 npm i oniguruma することができました。 ありがとうござます。
npm i oniguruma
docs: updating link to RFC #10 in the changelog (npm#162)
489c221
PR-URL: npm/cli#162 Credit: @mansona Reviewed-By: @zkat
No branches or pull requests
npm install oniguruma
をした際にエラーになりインストールが出来ないLinux www7282uf 2.6.32-40-server #87-Ubuntu SMP Tue Mar 6 02:10:02 UTC 2012 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: