Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8868

Mac Nodebrewを用いてNode.jsをインストールした時にバージョン有効化時にエラーが出た話

$
0
0

目的

  • インストール後のバージョン有効化時にエラーが出た話を簡易的にまとめる

事前作業

エラー内容

  • 最新の安定版をインストール後に下記コマンドを実行したところエラーが発生した。

    $nodebrew use vX.X.X 
    
  • エラー

    vX.X.X is not installed
    

解決方法

$ nodebrew --versionの出力の中の「# install」に記載されている$ nodebrew install vX.X.Xを再度実行した。

再度$ nodebrew use vX.X.Xを実行したところ正常にバージョンを有効化することに成功した。


Viewing all articles
Browse latest Browse all 8868

Trending Articles