TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

(404) npm goes down

4 pointsby iapialmost 13 years ago
https://github.com/isaacs/npm/issues/2694

4 comments

factorialboyalmost 13 years ago
Here's a temporary solution if you're still facing problems:<p>Nexxy has changed the topic to: npm is down. use `npm install &#60;module&#62; --registry <a href="http://165.225.128.50:8000`" rel="nofollow">http://165.225.128.50:8000`</a> in the mean time. (thank mmalecki for the work-around)
viraptoralmost 13 years ago
This is pretty bad. I'd expect them to do some local caching exactly for that reason. Second comment: "I am also having the same issue when trying to push to heroku."
评论 #4379492 未加载
iapialmost 13 years ago
looks like its not down but for some it requires a prefix of the package the registry<p>What npm is calling:<p><a href="https://registry.npmjs.org/-/express-3.0.0rc2.tgz" rel="nofollow">https://registry.npmjs.org/-/express-3.0.0rc2.tgz</a><p>what it requires to work:<p><a href="https://registry.npmjs.org/express/-/express-3.0.0rc2.tgz" rel="nofollow">https://registry.npmjs.org/express/-/express-3.0.0rc2.tgz</a>
factorialboyalmost 13 years ago
Seems to be fixed, works for me now
评论 #4372545 未加载