yarn install遇到的报错及解决方案20230509

问题一: The engine “node“ is incompatible with this module. Expected version 问题
解决1:换node版本(安装多个node版本然后)
解决2:忽略错误后重新yarn install:yarn config set ignore-engines true
问题二:unable to access ‘https://github.com/nhn/raphael.git/’
先删除 package.json 的 tui-editor 配置项
npm install --save tui-editor

你可能感兴趣的:(git,github,前端)