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

Node.js nmpをインストールする時の備忘録

$
0
0

知識が少ない自分のための記事

Cordovaを使おうとnmpをインストールした際

ほとんどはこの記事のまま実行
買いたての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)


Viewing all articles
Browse latest Browse all 8909

Trending Articles