LoginSignup
2
1

More than 3 years have passed since last update.

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

Last updated at Posted at 2020-07-21

参考記事

XSERVER(エックスサーバー)にNode.jsをインストールするときはnodebrew使うと楽

Mac > node.jsをインストール

やってみる

$ 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
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1