摘要: 1. 先将代码切到master分支: git pull 2. git fetch --all // fetch所有分支 3. git branch -a // 此时如果没有,就git fetch 指定分支 阅读全文
posted @ 2021-06-18 17:29 搬砖的苦行僧 阅读(267) 评论(0) 推荐(0)
摘要: 1. npm install npm@latest 将npm 更新到最新的版本 2. 再npm run build 阅读全文
posted @ 2021-06-18 17:25 搬砖的苦行僧 阅读(13022) 评论(0) 推荐(0)