Подтвердить что ты не робот

Ошибка при установке gulp с помощью nodejs на окнах

При установке gulp с помощью nodejs в ОС Windows появляется следующая ошибка. Ниже приведена ошибка, которую я получаю при вводе:

npm install -g gulp

Это результат, который я получаю:

npm ERR! [email protected] install: `node fetch.js` 
npm ERR! spawn ENOENT 
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the v8flags package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node fetch.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls v8flags
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "E:\\Program Files\\nodejs\\\\node.exe" "E:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "gulp"
npm ERR! cwd C:\Users\pramod\Desktop
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! syscall spawn
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! not ok code 0
4b9b3361