windows上npm yarn.ps1,因为在此系统上禁止运行脚本
2021-01-14 05:14
标签:cep cat use 以管理员身份运行 error: 字符 shell dac exec https://blog.csdn.net/weixin_38883338/article/details/100054550 windows上npm yarn.ps1,因为在此系统上禁止运行脚本 标签:cep cat use 以管理员身份运行 error: 字符 shell dac exec 原文地址:https://www.cnblogs.com/eternityz/p/12269913.htmlyarn : 无法加载文件 C:\Users\AZ\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ yarn install
+ ~~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
1、搜索powershell,右键以管理员身份运行
2、若要在本地计算机上运行您编写的未签名脚本和来自其他用户的签名脚本,请使用以下命令将计算机上的 执行策略更改为 RemoteSigned
执行:set-ExecutionPolicy RemoteSigned
输入 :y(确认)
3、查看执行策略:get-ExecutionPolicy
站在巨人的肩膀上摘苹果:
上一篇:windows批量启动服务
下一篇:C#对字符串常用操作(一)
文章标题:windows上npm yarn.ps1,因为在此系统上禁止运行脚本
文章链接:http://soscw.com/index.php/essay/41642.html