04 2019 档案

摘要:解决git commit -m"XXX"时因为ESLint校验不通过而无法提交的,报pre-commit hook failed (add --no-verify to bypass)的问题 阅读全文
posted @ 2019-04-22 11:59 VictoriaC~ 阅读(16461) 评论(0) 推荐(2)
摘要:每次从远程仓库拉代码或者向远程仓库提交代码的时候需要输入密码的解决方法 阅读全文
posted @ 2019-04-19 16:51 VictoriaC~ 阅读(2459) 评论(0) 推荐(0)
摘要:删除项目中的.git目录然后向远程仓库提交代码的时候重新配置后再次提交和.git push时报错refusing to merge unrelated histories的解决方法 阅读全文
posted @ 2019-04-19 16:33 VictoriaC~ 阅读(426) 评论(0) 推荐(0)
摘要:在使用npm run build打包时,因项目过大,遇到node内存溢出问题。附解决方案 阅读全文
posted @ 2019-04-08 14:22 VictoriaC~ 阅读(8221) 评论(0) 推荐(0)
摘要:接手项目之后,在安装依赖后,再npm start的过程中报错./node_modules/history/esm/history.js Module not found: Can't resolve '@babel/runtime/helpers/esm/extends' 阅读全文
posted @ 2019-04-08 11:33 VictoriaC~ 阅读(2624) 评论(0) 推荐(0)