YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* npm-scriptsで使うシェルを指定する [#jd482e95]
** Windowsのデフォルトのシェルを確認 [#o1a3f411]
> npm config get shell
C:\WINDOWS\system32\cmd.exe
> npm config get script-shell
null
- CMD
** シェルを指定する [#n321a18b]
*** PowerShell [#sfff7fd1]
npm config set script-shell powershell.exe
*** Git Bash [#k5a8a07f]
npm config set script-shell "C:\\Program Files\\git\\bin...
** 参考 [#w3a86242]
- https://stackoverflow.com/questions/23243353/how-to-set...
- https://docs.npmjs.com/misc/config#script-shell
終了行:
* npm-scriptsで使うシェルを指定する [#jd482e95]
** Windowsのデフォルトのシェルを確認 [#o1a3f411]
> npm config get shell
C:\WINDOWS\system32\cmd.exe
> npm config get script-shell
null
- CMD
** シェルを指定する [#n321a18b]
*** PowerShell [#sfff7fd1]
npm config set script-shell powershell.exe
*** Git Bash [#k5a8a07f]
npm config set script-shell "C:\\Program Files\\git\\bin...
** 参考 [#w3a86242]
- https://stackoverflow.com/questions/23243353/how-to-set...
- https://docs.npmjs.com/misc/config#script-shell
ページ名: