npm-scriptsで使うシェルを指定するWindowsのデフォルトのシェルを確認> npm config get shell C:\WINDOWS\system32\cmd.exe > npm config get script-shell null
シェルを指定するPowerShellnpm config set script-shell powershell.exe Git Bashnpm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe" 参考 |
|