Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install types\three #6

Closed
buddybu opened this issue Jan 10, 2017 · 3 comments
Closed

cannot install types\three #6

buddybu opened this issue Jan 10, 2017 · 3 comments

Comments

@buddybu
Copy link

buddybu commented Jan 10, 2017

Ran npm install just after cloning and received this failure:

npm http 404 https://registry.npmjs.org/types/three
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'types/three' 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 'eclipse-two'
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 Windows_NT 6.1.7601
npm ERR! command "C:\ProgramData\chocolatey\lib\nodejs.commandline\tools\node.exe" "C:\ProgramData\chocolatey\lib\npm\too
ls\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd G:\proj\eclipse-two
npm ERR! node -v v5.10.1
npm ERR! npm -v 1.4.9
npm ERR! code E404

@dschaefer
Copy link
Owner

dschaefer commented Jan 10, 2017

My first guess is that you have a very old installation of node and npm. My npm -v shows version 3.10.9. This @types thing is pretty new so I'd suggest upgrading first and let me know if that helps.

@buddybu
Copy link
Author

buddybu commented Jan 10, 2017

That was it. NPM showed version 1.4.9. Now I am running 4.0.5

Maybe a version requirement (or suggestion that it must be newer than 3.10.9) as part of the README.md

@dschaefer
Copy link
Owner

I'm not sure what the version requirement is, but I'll add something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants