使用报错:
```
yarn : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135
170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ yarn start
+ ~~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
```
![](https://upload-images.jianshu.io/upload_images/2789632-024dc3eb7519b7a9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
## 解决方案
1. 以管理员权限打开powershell
2. 执行:set-ExecutionPolicy RemoteSigned
3. 查看:get-ExecutionPolicy
![](https://upload-images.jianshu.io/upload_images/2789632-71ab25c4fa9b222d.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)