Gulp run fails on windows | Error Message : Microsoft JScript compilation error, Invalid character
I installed Node.js on my windows 7 local machine as this link says : install-node-js-npm-windows After that i installed Gulp.js by this command through command line : npm install -g gulp And then i add this path to environment variables area : C:\Users\Majid\AppData\Roaming\npm\node_modules\gulp\bin Now when i try to run gulp by this command : gulp I got this error : Windows Script Host Line: 1 Char: 1 Error: Invalid character Code: 800A03F6 Source: Microsoft JScript compilation error How can i solve this error & how can i make gulp.js workable on windows OS? EDIT AFTER THE ANSWER : Error is