|
|
|
|
|
by xtrumanx
4105 days ago
|
|
Another option is Sinopia (https://www.npmjs.com/package/sinopia) which is a private npm repository server. After installing it, you'll have to change the npm registry url to your new private server and any npm requests (install, update, etc.) will go through your private server and fallback onto the official server if a package is unavailable. |
|
You're also insulated from npm and GitHub downtime - win-win-win.