I'm buying a coded template from ui8 net. The documentation I read seems so easy only had 3 command
• Install the Gulp Command Line Interface to be able to use Gulp:
npm install gulp-cli -g
• Making sure you're at the root /template directory, install the local dependencies:
npm install
• Run:
gulp
I try many different nodejs version and even manually update, install gulp locally and globally
but I always ended up with this error when I run npm install
npm ERR! Error: Method Not Allowed
npm ERR! at errorResponse (C:\Program Files (x86)\nodejs\node_modules\npm\lib\cache.js:753:14)
npm ERR! at C:\Program Files (x86)\nodejs\node_modules\npm\lib\cache.js:773:12
npm ERR! at saved (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\get.js:148:7)
npm ERR! at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issuesnpm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Users\Administrator\Downloads\New folder (2)\New folder\crypter-nft-code\HTML
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code E405 npm http 405 https://registry.npmjs.org/babel/preset-env
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Administrator\Downloads\New folder (2)\New folder\crypter-nft-code\HTML\npm-debug.log
npm ERR! not ok code 0