Closed
Description
openedon May 30, 2022
I see the following error in eslint output
After some investigation, I found out why. when my workspace already has pnpm
installed and typing pnpm root -g
in terminal will receive Run "pnpm setup" to create it automatically, or set the global-bin-dir setting, or the PNPM_HOME env variable. The global bin directory should be in the PATH.
.
When pnpm
is not installed in my workspace, it works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment