|
|
|
|
|
by throwaway78941
1216 days ago
|
|
> 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. |
|