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
Some commands have issues when run with the global --flag. I thought it would be helpful to gather all of these issues that I could find since from an initial look it seems like there will be some discussion and fixes that apply across multiple issues.
Epic
Some commands have issues when run with the global --flag. I thought it would be helpful to gather all of these issues that I could find since from an initial look it seems like there will be some discussion and fixes that apply across multiple issues.
npm update -g package@latest
removes all global packages cli#3175npm list -g
doesn't display a specific globally installed package, ESLint cli#3877npm install -g .
with aNPM_CONFIG_PREFIX
results in ENOENT cli#3580npm install -g
doesn't install local dependencies in v7 cli#2968The text was updated successfully, but these errors were encountered: