首页 > 其他 > 详细

error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0"

时间:2020-06-01 21:06:37      阅读:295      评论:0      收藏:0      [点我收藏+]

报错:


error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0"

error Found incompatible module.


 

 

解决:

 


 

yarn config set ignore-engines true

反正执行完就不报错了。No why....

error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0"

原文:https://www.cnblogs.com/xiaozhuzhuchuangdiqiu/p/13027013.html

(0)
(0)
   
举报
评论 一句话评论(0
分享档案
最新文章
教程昨日排行
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!