1、问题描述:
报错的整体代码为:
yarn : 无法加载文件 C:\Users\admin\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本
// 整体的报错代码为 :
yarn : 无法加载文件 C:\Users\admin\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。
有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ ~~~~+ CategoryInfo : SecurityError: (:) [],PSSecurityException+ FullyQualifiedErrorId : UnauthorizedAccess
2、分析解决
1)搜索powershell,右键以管理员身份运行
2)输入:set-ExecutionPolicy RemoteSigned
然后:输入 Y 或 A
3)关闭命令窗口 即可