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
Since corepack does not support npm, it's always possible to run a npm command within a project configured to be used with another package manager.
For example, a package.json has been configured "packageManager":"[email protected]". People can stil run npm install in this project.
I know @antfu/ni and #650 can help. I also know corepack is going to completely remove ALL code about npm. However, for a better development experience, it is widely expected to throw an error when running npm install in pnpm/yarn projects.