背景

使用vscode yarn命令识别不出来

报错

[vscode]yarn cannot be loaded because run

解决办法

  1. window +x-> Windw.powerShell(管理员A)
  2. set-ExecutionPolicy RemoteSigned
  3. y
  4. get-ExecutionPolicy
    [vscode]yarn cannot be loaded because run

相关文章: