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
Issue:
This may not be the correct repository for this issue, however, after installing the latest nodejs LTS (16.15.1) I'm getting this warning: config global `--global`, `--local` are deprecated. Use `--location=global` instead
when using npm.
Somewhere the npm and npm.cmd files that are created include stuff like: NPM_PREFIX=`"$NODE_EXE" "$NPM_CLI_JS" prefix -g
I don't know how these files are created or who is responsible so this repo may not the right place.
How To Reproduce:
Install NVM
nvm install 16.15.1
npm --version (8.11.0)
Expected Behavior:
For no deprecation warnings to appear.
Desktop:
OS: Windows 11, PowerShell terminal
The text was updated successfully, but these errors were encountered:
Issue:
This may not be the correct repository for this issue, however, after installing the latest nodejs LTS (16.15.1) I'm getting this warning:
config global `--global`, `--local` are deprecated. Use `--location=global` instead
when using npm.
Somewhere the
npm
andnpm.cmd
files that are created include stuff like:NPM_PREFIX=`"$NODE_EXE" "$NPM_CLI_JS" prefix -g
I don't know how these files are created or who is responsible so this repo may not the right place.
How To Reproduce:
nvm install 16.15.1
npm --version
(8.11.0)Expected Behavior:
For no deprecation warnings to appear.
Desktop:
The text was updated successfully, but these errors were encountered: