问题一: 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
yarn install遇到的报错及解决方案20230509
最新推荐文章于 2024-09-23 23:54:21 发布
当遇到node引擎与模块版本不兼容的问题时,可以尝试更换Node版本或者通过yarn配置忽略引擎错误。对于无法访问tui-editor的情况,建议删除package.json中的相关配置,然后使用npm重新安装tui-editor。
摘要由CSDN通过智能技术生成