Building fresh packages 很长时间无反应

2021/7/26 1:24:20npm_yarnnpm yarn

1,检查系统是否已经安装好所依赖的环境(Visual C++ 和 Python 2.7)
2,若没有,则以管理员身份运行 npm install --global --production windows-build-tools ,安装所有使用微软的必需的工具和配置 windows 的构建工具。
3,安装好后,删除 node_modules 文件夹,执行命令 yarn cache clean && yarn

image.png