Install error on Ubuntu 16.04 because of 403 error
graipher opened this issue · 0 comments
graipher commented
When trying npm install ctags
with node -v v4.5.0 and node-gyp -v v3.4.0 I get the following errors:
$ npm install ctags
-
> ctags@3.0.0 install /opt/atom/node_modules/ctags
> node-gyp rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: 403 response downloading https://atom.io/download/atom-shell/v4.5.0/node-v4.5.0-headers.tar.gz
gyp ERR! stack at Request.<anonymous> (/home/andreas/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:210:14)
gyp ERR! stack at emitOne (events.js:82:20)
gyp ERR! stack at Request.emit (events.js:169:7)
gyp ERR! stack at Request.onRequestResponse (/home/andreas/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/request/request.js:977:10)
gyp ERR! stack at emitOne (events.js:77:13)
gyp ERR! stack at ClientRequest.emit (events.js:169:7)
gyp ERR! stack at HTTPParser.parserOnIncomingClient (_http_client.js:433:21)
gyp ERR! stack at HTTPParser.parserOnHeadersComplete (_http_common.js:103:23)
gyp ERR! stack at Socket.socketOnData (_http_client.js:322:20)
gyp ERR! stack at emitOne (events.js:77:13)
gyp ERR! System Linux 4.4.14-040414-generic
gyp ERR! command "/home/andreas/.nvm/versions/node/v4.5.0/bin/node" "/home/andreas/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /opt/atom/node_modules/ctags
gyp ERR! node -v v4.5.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Linux 4.4.14-040414-generic
npm ERR! argv "/home/andreas/.nvm/versions/node/v4.5.0/bin/node" "/home/andreas/.nvm/versions/node/v4.5.0/bin/npm" "install" "ctags"
npm ERR! node v4.5.0
npm ERR! npm v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! ctags@3.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ctags@3.0.0 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the ctags package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ctags
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls ctags
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /opt/atom/npm-debug.log