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
That seems a little out of scope, since it'd perform uncontrolled changes outside of the folders Corepack is supposed to work with. It would also be difficult to make it work once corepack enable isn't explicitly needed.
That seems a little out of scope, since it'd perform uncontrolled changes outside of the folders Corepack is supposed to work with. It would also be difficult to make it work once corepack enable isn't explicitly needed.
Hmm, I understand. How about a reminder in the form of a prompt message?
It's contextually out of scope by default. But it's absolutely not out of scope for most users of PNPM (hey there, I'm a core contributor to pnpm) who use corepack within CI environments and/or container environments.
Motivation
The
pnpm setup
command does the following actions:This command is used by the standalone installation scripts of pnpm. For instance, in https://get.pnpm.io/install.sh.
If a user is unaware that they need to manually run it after installing pnpm to properly set up environment variables, they may encounter issues such as errors in the VSCode ESLint extension.
The text was updated successfully, but these errors were encountered: