LoginSignup
0
0

More than 3 years have passed since last update.

nodebrewで入れたnodeが存在するのにno such file or directoryになる問題

Posted at

【注意】これを読んでも解決しません

環境

  • Raspberry Pi 4
  • Ubuntu Mate 64bit
  • nodebrew 1.0.1
    • node v12.18.3

症状

nodeコマンドが実行できない

$ node -v
-bash: /home/user/.nodebrew/current/bin/node: No such file or directory
$ ls -la /home/user/.nodebrew/current/bin/node
-rwxr-xr-x 1 user user 40769188  7月 31 14:06 /home/user/.nodebrew/current/bin/node

あるじゃないか!!!

…存在するファイルの no such file or directory は、どうやら32bitに対応していない64bit OSで32bitのバイナリを実行しようとしたときに出るらしい?

諦め

たぶん
Can we update the $arch for aarch64 to have capability to choose arm64?
このissueが原因なのですが、PRも放置されマージされそうにないので、諦めて他の方法で入れようと思います

0
0
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
0
0