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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Scaling NPM in VMs with Npmserve

49 点作者 whockey大约 9 年前

3 条评论

polymathist大约 9 年前
Wow! I think it's worth emphasizing that in the given example, the time taken to install all dependencies went from 8m10s to 7.5s. Seems like a huge productivity boon for any teams working with Node.
评论 #11537359 未加载
jbergens大约 9 年前
Wouldn't it be easier to commit node_modules to the source control server? Then you don't have to do npm install on build servers.
评论 #11539040 未加载
stephenr大约 9 年前
The root issue is clearly NPM&#x27;s terrible performance, but it seems to have been exacerbated here by VirtualBox&#x27;s terrible networking.<p>Given that you&#x27;re talking about developer environments, wouldn&#x27;t it have been simpler to just try a different virtualisation tool like Parallels, VMWare or (if you&#x27;re on Windows) Hyper-V ?