throwaway78941·vor 3 Jahren·discuss> My ancient ruby code and nodejs code all broke because I didn't pin dependencies. As a result I've got software that is unrunnable.You can simply remove the ^ symbol from your versions listed in package.json and it will use exactly that version you originally added.
throwaway78941·vor 3 Jahren·discussDon't save just up to 1 week old snapshots. Also save a 2 week old, 3 week old and 1 month old one.
You can simply remove the ^ symbol from your versions listed in package.json and it will use exactly that version you originally added.