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

nodebrew使ってColorfulbox(レンタルサーバー)にNode.jsをインストールする

$
0
0

参考記事
https://qiita.com/yni17196791/items/f49b3e2f683cd06b3120

やってみる

$ wget git.io/nodebrew
$ perl nodebrew setup
$ echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bashrc
$ source ~/.bashrc

確認

$ nodebrew -v
$ nodebrew install-binary stable
$ nodebrew ls
$ nodebrew use v8.7.0
$ node -v

Viewing all articles
Browse latest Browse all 8707

Trending Articles