📌  相关文章
📜  '.'不被识别为内部或外部命令, - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:01.058000             🧑  作者: Mango

代码示例1
npm config set script-shell "C:\\Program Files (x86)\\git\\bin\\bash.exe"

or (64bit installation)

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

Note that you need to have git bash for windows installed.

You can revert it by running:

npm config delete script-shell