|
|
|
|
|
by Aldo_MX
199 days ago
|
|
> who is regularly running `npm update` or `cargo update` to keep local software up to date? I do, religiously, as part of my routine to check for updates. n lts && npm uninstall -g corepack && npm update -g && n prune
Sometimes things break (that's how `npm uninstall -g corepack` became a part of my one-liner), but it is easier to update often than to neglect updates for years. |
|