Answers for "'.' is not recognized as an internal or external command,"

0

'.' is not recognized as an internal or external command,

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
Posted by: Guest on September-08-2021

Code answers related to "'.' is not recognized as an internal or external command,"

Browse Popular Code Answers by Language