PowerShell因为在此系统中禁止执行脚本的解决方法

在创建vue脚手架项目时会报错出现此系统中禁止执行脚本
解决方法:

  1. 在这里搜索 PowerShell PowerShell
  2. 然后以管理员身份打开PowerShell
  3. 打开后输入 set-ExecutionPolicy RemoteSigned 默认值改为Y
    PowerShell
  4. 然后重新尝试就可以了

相关文章:

  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2022-01-10
  • 2021-07-25
相关资源
相似解决方案