HN user

throwaway78941

5 karma
Posts0
Comments2
View on HN
No posts found.

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.