43
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nodebrewでよく使うコマンド

Posted at

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>

以上

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?