Actions
Bug #20232
closednpm install fails
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
npm install fails over here like:
$ npm install npm WARN package.json compression-webpack-plugin@0.3.2 No license field. npm WARN package.json events@1.1.1 events is also the name of a node core module. npm WARN package.json expose-loader@0.6.0 No license field. npm WARN package.json select2@3.5.2-browserify No license field. npm WARN package.json jquery-flot@0.8.3 No repository field. npm WARN package.json jquery-flot@0.8.3 No license field. npm WARN package.json jstz@1.0.9 No license field. npm WARN package.json multiselect@0.9.12 No repository field. Warning: Ignoring extra certs from `/etc/ssl/certs/ca-certificates.crt`, load failed: error:0B07C065:x509 certificate routines:X509_STORE_add_cert:cert already in hash table npm ERR! 404 Not Found npm ERR! 404 npm ERR! 404 'storybook/react' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 It was specified as a dependency of 'TheForemanDevDeps' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url. npm ERR! System Linux 4.9.0-3-amd64 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /var/scratch/src/foreman/foreman npm ERR! node -v v4.8.3 npm ERR! npm -v 1.4.21 npm ERR! code E404 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /var/scratch/src/foreman/foreman/npm-debug.log npm ERR! not ok code 0
I'm unclear why it seems to work for everyone else.
Actions