Skip to content

Instantly share code, notes, and snippets.

@devlights
Last active December 22, 2016 07:36
Show Gist options
  • Select an option

  • Save devlights/702f6f5cfccddfd801203bfd4cd859f1 to your computer and use it in GitHub Desktop.

Select an option

Save devlights/702f6f5cfccddfd801203bfd4cd859f1 to your computer and use it in GitHub Desktop.
node-jsのバージョン管理(Windows環境)
  • Windowsでは nodist というツールがある
  • Chocolatey経由でインストールする
  • インストールする前に、事前にインストールされているnode-jsをアンインストールしておく
  • コマンドプロンプトで choco install nodist を打ち込む
  • コマンドプロンプトで nodist latest を打ち込む
  • node -v して最新バージョンなのを確認
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment