简体   繁体   中英

"gulp" command not recognized after installation

I'm installing gulp following this method .

i install gulp using npm install --global gulp-cli . after installation is complete, I run gulp -v and this error appears:

在此处输入图像描述

Try installing gulp both locally inside the project and globally as well. Try below 2 commands

npm install gulp
npm install -g gulp

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