You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
We're using protractor in our project, but lately the build started to break because of the dependancy types/node, apparently its not in the npm registry anymore. Here is the actual message:
-npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'types/node' 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 'protractor'
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.2.0-42-generic
npm ERR! command "/home/rof/.nvm/v0.10.32/bin/node" "/home/rof/.nvm/v0.10.32/bin/npm" "install"
npm ERR! cwd /home/rof/src/github.com/marketmuse/marketmuse-ui
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code E404
npm ERR! not ok code 0
In our package.json, protractor appears like this: