TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

(404) npm goes down

4 点作者 iapi将近 13 年前
https://github.com/isaacs/npm/issues/2694

4 条评论

factorialboy将近 13 年前
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)
viraptor将近 13 年前
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 未加载
iapi将近 13 年前
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>
factorialboy将近 13 年前
Seems to be fixed, works for me now
评论 #4372545 未加载