npm yarn 报错

npm yarn报错

yarn: 无法加载文件

win10系统,yarn : 无法加载文件 C:\Users\丽丽小可爱\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 ...
导致此错误的原因是,PowerShell 执行策略,默认设置为Restricted不加载配置文件或运行脚本。需变更设置为RemoteSigned

解决方法:

搜索powershell,以管理员身份运行运行
image

执行 set-ExecutionPolicy RemoteSigned ,输入A回车,
image

再次执行yarn发现可以了
image

posted @ 2022-09-18 23:55  liwenchao1995  阅读(38)  评论(0编辑  收藏  举报