NPM run build 因为在此系统上禁止运行脚本

📅 发布时间:2026/7/11 19:52:10
NPM run build 因为在此系统上禁止运行脚本 1.重新按照系统提示下面的错误2.查询后需要设置一下权限即可Set-ExecutionPolicy RemoteSigned -Scope CurrentUser3.在powershell下执行即可然后回到vscode重新执行npm run就正常了