tui-editor引起的报错
npm install时出现错误 unable to access ‘https://github.com/nhn/raphael.git/’
npm ERR! fatal: unable to access ‘https://github.com/nhn/raphael.git/’: OpenSSL SSL_read:错误
1、先删除 package.json 的 tui-editor 配置项
运行 npm i 或者 yarn install 会正常编译。
2、在手动安装 tui-editor
npm install --save tui-editor