在编译时发生错误
通过分析,该错误是依赖包里所使用的一个插件
其主要原因是我这边是因为服务器连接github速度很慢,导致下载这个包超时, 检查了下是"tui-editor"这个库的依赖,如果你们项目中没有用到那个markdown组件,可以把这个从package.json中移除
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t https://github.com/nhn/raphael.git
npm ERR!
npm ERR! fatal: repository 'https://github.com/nhn/raphael.git/' not found
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/zax/.npm/_logs/2020-11-04T07_35_27_206Z-debug.log