|
|
|
|
|
by zamber
2945 days ago
|
|
We have Nexus in a subnet for faster installing. We had to write scripts porting over lockfiles from npm to nexus and back. This had to be added to a precommit hook to not break CI. Seriously, package.json should allow to specify what endpoints should be used if available in a given order. Now it's up to each dev team to handle. My main concern is that it's brittle. Nexus caches exact versions and nothing more so we don't even have assurance that it will work nicely when NPM goes down. On the other hand lockfiles are awesome. I missed them back in 2012... copying over node_modules on USB drives was not cool. |
|