windows 无法加载Powershell,因为在此系统上禁用了运行脚本

1wnzp6jl  于 2022-12-14  发布在  Windows
关注(0)|答案(1)|浏览(133)

我的问题与Yarn有关。在我开始创建项目之前,我安装了npm。很长一段时间后,当我想开始运行Yarn时,它显示以下错误:

yarn : File C:\Users\pc\AppData\Roaming\npm\yarn.ps1 cannot be loaded because running scripts is disabled on this system.

(in Windows机器、Powershell)
窗口数:10
我试过使用git bash终端,它成功了!
但不在我powershell终端中

fnatzsnv

fnatzsnv1#

我刚刚自己解决了这个问题,无论如何我会在这里发布答案:
//以管理员身份打开windows命令Power shell并运行命令

  1. Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
  2. Set-ExecutionPolicy Unrestricted

相关问题