【俺メモ】CentOS6.5にnodebrewでnode.jsをインストール
なぜ、いまさらCentOS6.5かというとConoHaVPSの標準バージョンやねん。
VPSを借りるのお金がかかるので検証はVMWareでやるわ。
wget git.io/nodebrew --no-check-certificate
perl nodebrew setup
--no-check-certificateオプションがないと怒られたのでつけた。
.bashrcをnanoエディタで編集すんで。
nano ~/.bashrc
export PATH=$HOME/.nodebrew/current/bin:$PATH #この一文をファイルの最後に追記や
んで、再読み込みっと。
source ~/.bashrc
バージョンを確認するで。
nodebrew --version
nodebrew 0.8.1
こうなればOKやで。
Author And Source
この問題について(【俺メモ】CentOS6.5にnodebrewでnode.jsをインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/nullpointer_t/items/54a304c1e8d6526d5ac6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .