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

npm install java -> 404, not found #96

Closed
bitliner opened this issue Dec 23, 2013 · 10 comments
Closed

npm install java -> 404, not found #96

bitliner opened this issue Dec 23, 2013 · 10 comments

Comments

@bitliner
Copy link

Even if the module java appears launching npm search, when i try to install it with npm install java the result is

npm http GET https://registry.npmjs.org/java/-/java-0.3.0.tgz
npm http 404 https://registry.npmjs.org/java/-/java-0.3.0.tgz
npm ERR! fetch failed https://registry.npmjs.org/java/-/java-0.3.0.tgz
npm ERR! Error: 404 Not Found
npm ERR!     at WriteStream.<anonymous> (/home/user/v0.10.22/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR!     at WriteStream.EventEmitter.emit (events.js:117:20)
npm ERR!     at fs.js:1596:14
npm ERR!     at /home/user/v0.10.22/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR!     at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR!     <https://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>

npm ERR! System Linux 3.8.0-34-generic
npm ERR! command "/home/user/v0.10.22/bin/node" "/home/user/v0.10.22/bin/npm" "install" "java" "-g"
npm ERR! cwd /home/user/projects/node-project
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/user/projects/node-project/npm-debug.log
npm ERR! not ok code 0

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 23, 2013

I'm getting the same thing. I checked npm to see if there were simlar issues for other users and didn't find anything.

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 23, 2013

Looks like karma-runner/karma/issues/840 was resolved by a force push. Reason appears to be npmjs being glitchy. @joeferner can we get a force push?

@leogomes
Copy link

As a temporary workaround, one can use: npm install [email protected]
to get the previous version.

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 23, 2013

@leogomes That would work, but I'm in need of 0.3.0 for webdriver-sync

@xjamundx
Copy link

Yeah bummer this is hugely impacting our builds :-/

@joeferner
Copy link
Owner

Just forced pushed to npm

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 23, 2013

@joeferner That worked!! Thanks!

@xjamundx
Copy link

awesome thanks

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 24, 2013

@bitliner Can you try installing again? Are you still facing this issue?

@bitliner
Copy link
Author

Now it's working. I had solved downloading and compiling the module manually. Thanks

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

5 participants