解决无法执行 yarn 命令

This commit is contained in:
徐永兴 2023-04-10 09:23:00 +08:00
parent 8bd6f0706f
commit aad8f7f47a

View File

@ -2,3 +2,11 @@
Issue
<h3>问题解决方法</h3>
</h1>
### 取消阻止脚本以在不更改执行策略的情况下运行它
```bash
# 管理员身份运行 PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
# 然后输入 Y回车
```