npm install --global yarn
yarn -v
如果碰到这种情况,那么~
无法加载文件 C:\Users\admin\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。
1:搜索powershell,以管理员方式运行powershell
2:使用命令更改计算机的执行策略
set-ExecutionPolicy RemoteSigned
原文:https://www.cnblogs.com/tongshuangxiong/p/14994486.html