You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all my packages are pinned to exact versions, running npx npm-check -u returns with the following:
❤️ Your modules look amazing. Keep up the great work. ❤️
I'm not sure if this is the intended behavior of -u option.
However, if there multiple new versions available, it would nice if npm-check could offer a way to upgrade the packages via the interactive CLI so that they don't have to be explicitly upgraded through npm i -E ...@latest.
The text was updated successfully, but these errors were encountered:
If all my packages are pinned to exact versions, running
npx npm-check -u
returns with the following:❤️ Your modules look amazing. Keep up the great work. ❤️
I'm not sure if this is the intended behavior of
-u
option.However, if there multiple new versions available, it would nice if
npm-check
could offer a way to upgrade the packages via the interactive CLI so that they don't have to be explicitly upgraded throughnpm i -E ...@latest
.The text was updated successfully, but these errors were encountered: