Files
dev-aid/vue/issue.md
2023-04-10 09:23:00 +08:00

260 B
Raw Blame History

Issue

问题解决方法

取消阻止脚本以在不更改执行策略的情况下运行它

# 管理员身份运行 PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

# 然后输入 Y回车