yarn : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
- 因为系统禁止啦,解决方法:
运行管理员pawerShell
- set-ExecutionPolicy RemoteSigned 之后 输入y
- get-ExecutionPolicy 查看
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END