解决方法:

执行命令获得命令的位置

get-command npm

得到如下

vscode 无法使用npm, cmd命令行窗口可以正常执行_vscode

然后删除或者修改 npm.ps1文件 让其不能使用就行。然后重启vscode即可。

pnpm 同理即可

vscode 无法使用npm, cmd命令行窗口可以正常执行_镜像源_02

另外加速源 国内镜像源(淘宝):

npm config set registry https://registry.npmmirror.com/
pnpm config set registry https://registry.npmmirror.com/
yarn config set registry https://registry.npmmirror.com/