LoginSignup
2
3

PowerShell で Nodist を使えるようにする

Last updated at Posted at 2019-05-04

前提環境

Windows 10
PowerShell5.1<=
Nodist

Nodist をインストール

Chocolateyを利用してNodistをインストール

PowerShell
choco install nodist -y

PowerShellでNodistをアクティブにする

https://github.com/nullivex/nodist より引用

エクスプローラでbin\nodist.ps1ファイルを右クリックして、そのメニューエントリの中から「ブロックを解除」を選択する必要があるかもしれません。
エクスプローラで[プロパティ]を右クリックしてもブロック解除オプションが表示されない場合は、次のPowerShellコマンドを使用してブロック解除を実行することもできます。
unblock-file -path "C:\Program Files (x86)\Nodist\bin\nodist.ps1"
注意:コマンド実行後、Powershellを再起動してください。

再起動とあるがrefreshenvでも問題なさそう。

※2023年7月追記 : 現在筆者はVoltaを使っているので、Nodistは使っていません。

Excelsior!

2
3
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
3