LoginSignup
4
3

More than 5 years have passed since last update.

node-v57-linux-x64-glibcがなんちゃら〜ってエラーが出た時の解決方法

Last updated at Posted at 2019-03-22

主に自分用のメモなので、時系列と解決方法だけ書きます。
エラーをコピーすることもできていないw(下の似たような現象が起きているページとだいたい同じだった。)

下記の記事どおりに進めていたら、accountのページが表示できず、、

似たような現象が起きているだろう下記のページを参考に消して再インストールとかしても解決せず、、、

https://stackoverflow.com/questions/49758008/nodejs-error-failed-to-load-grpc-binary-module-because-it-was-not-installed-fo
https://github.com/grpc/grpc-node/issues/97

とにかく、こいつがなんか怪しそう・・・
node-v57-linux-x64-glibc

たどり着いた記事がこちら。

ここに書かれていたとおりにやったら、(cdのパスは自分のエラーに表示されていたやつに変更して)

cd /usr/local/lib/node_modules/grpcc/node_modules/grpc/src
sudo npm --unsafe-perm install

これで解決した!!

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3