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
It's super useful, in npm we have to run npx npm-check -u that's a third party package.
Example
Try it in yarn.
How
Current Behaviour
Seems like doesn't have this feature in npm
Desired Behaviour
Like yarn's upgrade-interactive command
References
n/a
The text was updated successfully, but these errors were encountered:
Jack-Works
changed the title
[RRFC] <title> yarn's upgrade-interactive equivalent in npm
[RRFC] yarn's upgrade-interactive equivalent in npm
May 12, 2020
+1 on this and for workspace. npm-check does not seem to support workspace per dylang/npm-check#405 and I've heard developers are having hard time to migrate to npm from the other monorepo tools because of this issue.
Context: I have created a wrapper called ni.zsh that handles different package managers in the same command, but i found that there is no way to handle interactive updates of monorepo in npm.
Motivation ("The Why")
It's super useful, in npm we have to run
npx npm-check -u
that's a third party package.Example
Try it in yarn.
How
Current Behaviour
Seems like doesn't have this feature in npm
Desired Behaviour
Like yarn's upgrade-interactive command
References
The text was updated successfully, but these errors were encountered: