LoginSignup
6
2

More than 5 years have passed since last update.

nodebrewでrequired brew_dirというエラーになる

Posted at

nodebrewでrequired brew_dirというエラーになる。
nodebrewのコマンドどれを使ってもこのエラー。

$ nodebrew list
required brew_dir at /Users/user_name/.nodebrew/current/bin/nodebrew line 39.

確認したら、nodebrewのパスが間違っていたので修正。

$ export NODEBREW_ROOT=$HOME/.nodebrew

これでちゃんと動くようになりました。

$ nodebrew
nodebrew 0.9.2

...
6
2
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
6
2