npm-scriptsで使うシェルを指定する

Windowsのデフォルトのシェルを確認

 > npm config get shell
 C:\WINDOWS\system32\cmd.exe
 > npm config get script-shell
 null
  • CMD

シェルを指定する

PowerShell

 npm config set script-shell powershell.exe

Git Bash

 npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2020-10-23 (金) 22:29:52