知識が少ない自分のための記事
Cordovaを使おうとnpmをインストールした際
ほとんどはこの記事のまま実行
買いたてのMacにNode.jsとnpmをインストール
実行パスを通すところの理解がたらず手間取ってしまった。
$ nodebrew setup
Fetching nodebrew...
Installed nodebrew in $HOME/.nodebrew
========================================
Export a path to nodebrew:
export PATH=$HOME/.nodebrew/current/bin:$PATH
========================================
この
PATH=$HOME/.nodebrew/current/bin:$PATH
を使用して
$ echo 'export PATH=$HOME/.nodebrew/current/bin' >> ~/.bashrc
と 書き込む
いずれ理解を深めていきたい
###参考サイト
nodebrewのセットアップ&操作方法(Mac)