Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改了依赖tui-editor #4273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leonaron0410
Copy link

解决克隆项目后无法成功安装依赖的问题:
Steps to reproduce(问题复现步骤)
克隆项目到本地电脑
yarn
有网络超时的报错出现
fatal: unable to access 'https://github.com/nhn/raphael.git/': LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out, errno 60 at ProcessTermError.ExtendableBuiltin (/usr/local/lib/node_modules/yarn/lib/cli.js:721:66) at ProcessTermError.MessageError (/usr/local/lib/node_modules/yarn/lib/cli.js:750:123) at new ProcessTermError (/usr/local/lib/node_modules/yarn/lib/cli.js:790:113) at ChildProcess. (/usr/local/lib/node_modules/yarn/lib/cli.js:25787:17) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1093:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
Screenshot or Gif(截图或动态图)
image

解决办法:
项目依赖的 tui-editor 插件包更换了包名,导致无法正常安装成功,一直卡在这里,因此解决办法很简单,更换项目package.json里面 tui-editor 为@toast-ui/editor 即可,我提交的代码中对错误进行了修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant