我的问题与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终端中
1条答案
按热度按时间fnatzsnv1#
我刚刚自己解决了这个问题,无论如何我会在这里发布答案:
//以管理员身份打开windows命令Power shell并运行命令
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Set-ExecutionPolicy Unrestricted