GULP: gulp is not defined
问题 As shown in the screen shot below I am not able to run gulp to concat the JavaScript files. Its saying that gulp is not defined . I have tried the following commands: npm install -g gulp npm install gulp npm install gulp --save-dev I have also set the environment variables as following: C:\Users\<user>\AppData\Roaming\npm;C:\Python27;C:\Users\<user>\AppData\Roaming\npm\node_modules;C:\Users\<user>\AppData\Roaming\npm\node_modules\gulp; var concat = require('gulp-concat'); var rename = require