Ao dar comando de instalação do Gulp:
C:\Users\pribe\Downloads\Alura\EngFrontEnd\projeto>npm install gulp3.9.0 --save-dev
Apareceram os erros abaixo:
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "gulp3.9.0" "--save-dev"
npm ERR! node v6.9.2
npm ERR! npm v3.10.9
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/gulp3.9.0
npm ERR! 404
npm ERR! 404 'gulp3.9.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\pribe\Downloads\Alura\EngFrontEnd\projeto\npm-debug.log
Por favor, poderiam me explicar o que pode ter acontecido?
Aguardo, obrigada!