首页 > 其他分享> > 执行 yarn install后报错:无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统中禁止执行脚本。
执行 yarn install后报错:无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统中禁止执行脚本。
作者:互联网
执行 yarn install后报错:
无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统中禁止执行脚本。
解决办法:
管理员运行powershell (win7位置在:C:\Windows\System32\WindowsPowerShell\v1.0)
执行:set-ExecutionPolicy RemoteSigned
原文链接:https://blog.csdn.net/L_melody/article/details/118480552
标签:npm,Administrator,执行,AppData,yarn,报错,ps1 来源: https://www.cnblogs.com/qlling/p/15847572.html