我已经在全球和本地安装了gulp
npm install gulp
npm install gulp -g
npm install gulp-util
npm install gulp-util -g
当尝试运行gulp时我得到
'gulp' is not recognized as an internal or external command, operable program or batch file.
运行npm list gulp(或-g),然后输入gulp@3.7.0
全局或本地gulp安装的位置。
我试过运行node gulpfile.js
指向我的gulpfile,它运行时没有错误,当然,它以开头require('gulp')
。
关于让gulp在Windows(8.1)上运行有什么建议吗?
在Windows中:
control /name microsoft.system
上一步中出现的运行对话框。PATH
用户环境变量。PATH
variable and add the following:%APPDATA%\npm
to the start of thePATH
environment variable (as shown in the image below).