Run S Is Not Recognized As An Internal Or External

[Solved] Run S Is Not Recognized As An Internal Or External | Shell - Code Explorer | yomemimo.com
Question : 'run-s' is not recognized as an internal or external command

Answered by : jovan-1bv44zir3nwg

npm install npm-run-all --save-dev

Source : | Last Update : Tue, 09 Aug 22

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

Answered by : alexandre-dao

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

Source : | Last Update : Wed, 15 Sep 21

Answers related to run s is not recognized as an internal or external command

Code Explorer Popular Question For Shell