码迷,mamicode.com
首页 > Windows程序 > 详细

windows上npm yarn.ps1,因为在此系统上禁止运行脚本

时间:2020-02-06 20:19:21      阅读:426      评论:0      收藏:0      [点我收藏+]

标签:cep   cat   use   以管理员身份运行   error:   字符   shell   dac   exec   

yarn : 无法加载文件 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

站在巨人的肩膀上摘苹果:

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.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!