简体   繁体   中英

Looking for NPM repository cache


I am a bit new to node.js ,
and I found that the dependency model in which versions of dependent packages can be "approximately to" are sometimes problematic for me.
In addition I would like to overcome situations of network outage and dependency on the internet for my node modules.
I was thinking about a solution of hosting a local repository that can serve my organization.
Can someone recommend me of a good solution for implementing this?

Thanks in advance for your help!

Using the sinopia to implement a private registry. [link]:( http://thejackalofjavascript.com/maintaining-a-private-npm-registry/ )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM