"npm WARN config global `--global`, `--local` is deprecated. Please use `--location=global` instead"

npm -v error:
"npm WARN config global --global, --localdeprecated. Please use instead --location=global"
Use Vscode (obtain management rights) to open \node.js\npm and npm.cmd,
and change line 12 of the npm.cmd file to npm In line 22 of the file, replace prefix -g with prefix --location=global

Insert image description here

Guess you like

Origin blog.csdn.net/m0_47147246/article/details/125901135