rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Local / LAN based registry services for npm / bower #23

Open gaurav21r opened 8 years ago

gaurav21r commented 8 years ago

Instead of connecting to the internet every time we install the same packages from npm and bower, how about we save a local copy (like npm-cache)?

Or even better, how about in an organisational setup, we assign a system on a LAN that serves as the npm registry for the office?

We will have to ensure points like syncing with the real npm registry, LAN connectivity etc.

@riteshe63 Please treat this as low priority but we need to do research!

riteshe63 commented 8 years ago

npm package install offline using this link:

https://addyosmani.com/blog/using-npm-offline/