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
But that flag makes npm print a warning and also changes other things.
pnpm is passing through some commands to npm CLI (like dist-tag, publish, view, etc). So, we want to be able to run npm from pnpm, even if devEngines is set to pnpm only. Alternatively, we could recommend users to put both npm and pnpm to devEngines but then they might accidentally run "npm install" instead of "pnpm install".
Maybe you could add support for an environment variable that pnpm could set, when running npm CLI.
jakebailey, lishaduck, danielbayley, ashvinsrivatsa, bartlangelaan and 4 more