解决无法执行 yarn 命令
This commit is contained in:
parent
8bd6f0706f
commit
aad8f7f47a
@ -2,3 +2,11 @@
|
||||
Issue
|
||||
<h3>问题解决方法</h3>
|
||||
</h1>
|
||||
|
||||
### 取消阻止脚本以在不更改执行策略的情况下运行它
|
||||
```bash
|
||||
# 管理员身份运行 PowerShell
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
|
||||
|
||||
# 然后输入 Y,回车
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user