vue : 无法加载文件 C:\Users\埃末\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/g
o.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ vue --version
+ ~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
如图报错如下
解决方法
1,使用管理员权限打开powershell
2.在终端输入命令set-ExecutionPolicy RemoteSigned,并输入y,回车即可