vue : 无法加载文件 **\vue.ps1的解决方法

Python · 2020-12-03 · 1171 人浏览

安装完 npm install -g @vue/cli

出现以下错误

vue : 无法加载文件 C:\Users\xxx\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go .microsoft
Google之,以下方法解决之:
  1. 以管理员身份运行PowerShell
  2. 执行:get-ExecutionPolicy,回复Restricted,表示状态是禁止的。
  3. 执行:set-ExecutionPolicy RemoteSigned
  4. 选择Y
    :一定要以管理员的身份运行PowerShell,不是cmd窗口!

via:998ip

Theme Jasmine by Kent Liao