**ng : 无法加载文件 C:UsersAdministratorAppDataRoamingnpmng.ps1,因为在此系统上禁止运行脚本。**
程序开发
2023-09-13 06:58:26
ng : 无法加载文件 C:UsersAdministratorAppDataRoamingnpmng.ps1,因为在此系统上禁止运行脚本。
解决方案:在PowerShell中修改权限
一、我们在win10 系统中有一个搜索框 输入 Windows PowerShell
注意: 一定要选择 管理员身份运行
二、打开了命令行之后,输入
set-ExecutionPolicy RemoteSigned
然后更改权限为A
最后通过 get-ExecutionPolicy 查看当前的状态
三、执行 angular 命令就可以了
标签:
上一篇:
开源协议(三)
下一篇:
相关文章
-
无相关信息