npm warn config global `--global`, `--local` are deprecated. use `--location=global` instea

616 阅读1分钟

npm warn config global --global, --local are deprecated. use --location=global instead.

解决方案 1:修改配置文件:

1.1可以使用命令行。找到npm的配置目录:

npm config命令

npm config ls
npm config list
npm config ls -l
1.2打开nodejs文件夹。并打开两个文件 npm.cmd 和 npm

1.3 找到那2个文件里面的prefix -g替换为prefix --location=global

prefix --location=global

修改前:

修改后: