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.

Show HN: Scaling NPM in VMs with Npmserve

49 pointsby whockeyabout 9 years ago

3 comments

polymathistabout 9 years ago
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 未加载
jbergensabout 9 years ago
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 未加载
stephenrabout 9 years ago
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 ?