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.

My node_modules are in Git again

3 pointsby stevejalimabout 10 years ago

2 comments

btdabout 10 years ago
We fixed this with installing npm proxy mirror. So each install happen from this proxy and if something missing it will be downloaded and saved for later from central.<p>In this case we always have the same dependencies that we have locally. But of cause this means you need own box with proxy.<p>(in our case it is nexus)
angersockabout 10 years ago
Probably the only ongoing issue I have with the node ecosystem (other than the general poor taste of JS developers, which is forgivable) is everything around versioning.<p>I don&#x27;t understand how npm ended up the way it has--Bundler got it right, other people got it right...why isn&#x27;t this a solved problem?<p>I know they&#x27;re making it better, but then they go and do something like making a for-profit company out of it and I get nervous again.<p>Hell, package management in Elixir (<a href="http:&#x2F;&#x2F;hex.pm" rel="nofollow">http:&#x2F;&#x2F;hex.pm</a>) works <i>great</i>.