|
|
|
|
|
by limsup
3138 days ago
|
|
Check in your node_modules. You are badly correcting the wrong problem. npm repo should not be hit for every checkout, deploy, and CI test. Just commit your dependencies - and if you need to hack them, you can float a patch with git. |
|
At some point the convenience of public repos made people forget this.