43
41

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

nodebrewでよく使うコマンド

Last updated at Posted at 2017-07-11

nodebrewでよく使うコマンドについて記載

# インストールできるバージョン一覧
$ nodebrew ls-remote

#インストール
$ nodebrew install-binary v0.10.38

# 安定版インストール
$ nodebrew install-binary stable 

# 最新版インストール
$ nodebrew install-binary latest  

# インストール済みのリスト
$ nodebrew list   

# 使用するバージョンの指定
$ nodebrew use v0.8.28

# アンストール
$ nodebrew uninstall <version>

# 削除
$ nodebrew clean <version>

# nodebrewのアップデート
$ nodebrew selfupdate

以上

43
41
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
43
41

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?