本文最后更新于 2024-11-16,文章内容可能已经过时。

vscode终端执行pnpm install 命令后出现了如下报错

查阅了很多大佬的资料,发现环境变量里面,\nodejs\node_global 最后有没有加\

然后打开vscode终端,输入get-executionpolicy

get-executionpolicy

看到出现“Restricted”,就是脚本不能运行,要更改设置。

再输入set-executionpolicy RemoteSigned

set-executionpolicy RemoteSigned

最后输入

pnpm install