简体   繁体   中英

'npm-run-all' is not recognized as an internal or external command, operable program or batch file

#Command: npm run dist #Bootstrap Command #Error: 'npm-run-all' is not recognized as an internal or external command, operable program or batch file.

Installed Node.js along with chocolatey. Everything added to path. Running this code on VS CODE terminal in bootstrap extracted file directory.

First try "npm -v" and "node -v" in cmd. If they are present only then continue further. Else install them.

change the cd to bootstrap folder (Extracted zip file from bootstrap website) and Run the following command in your VS CODE terminal.

"npm i"

This helped me hope it helps you too:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM