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
This feature should be enabled globally by OS user: Configuration information can be stored at ~/config/pnpm.yaml.
Not everyone installs pnpm globally (i.e. uses --global flag): I personally install pnpm in a local folder and add corresponding node_modules/.bin to $PATH. I do it because nvm does not move global npm packages to new location after installing a Node.js version.
Releated issue: #1382
Few notes
This feature should be disable by default.
This feature should be enabled globally by OS user: Configuration information can be stored at
~/config/pnpm.yaml.Not everyone installs pnpm globally (i.e. uses
--globalflag): I personally install pnpm in a local folder and add correspondingnode_modules/.binto$PATH. I do it because nvm does not move global npm packages to new location after installing a Node.js version.