error The engine “node“ is incompatible with this module. Expected version “^12.20.0 || >=14“. Got “

735 篇文章 15 订阅
订阅专栏

error commander@9.0.0: The engine "node" is incompatible with this module. Expected version "^12.20.0 || >=14". Got "10.21.0"

解决方案:

 yarn config set ignore-engines true

yarn config set ignore-engines true is a one time fix for the "the engine node is incompatible with this module" problem。

https://classic.yarnpkg.com/en/docs/cli/install/

echo hello CODING
pwd
ls
npm -v
yarn config set ignore-engines true
yarn -v
yarn
ls
ls
echo 'install success'
yarn build:test
echo 'build success'
cd build
tar -zcvf test.tar.gz test
echo 'tar succcess'
ls
pwd

Electron常见问题 4-error: The enginenode“ is incompatible with this module.
liuzhen007的专栏
04-13 8557
Electron工程编译的时候报错: error electron-builder@20.44.4: The engine "node" is incompatible with this module. Expected version ">=8.12.0". Got "8.11.3" error Found incompatible module. 原因是nodejs版本冲突了,解...
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: ….. this is incompatible with sq
12-14
1、写在开头 标题之前我想说一下Linux的mysql真的实在是太坑了。太坑了。总是会出现这样那样的你想不到的问题。崩溃了。首先来罗列一下我遇到过的一些问题吧。 1、大小写敏感 2、连接数超过系统最大连接数 ...
error The engine "node" is incompatible with this module. Expected 解决方法
热门推荐
杰克拉乌的博客
12-12 3万+
1.如果是部署在服务器上,看下服务器node版本。版本过低会导致这种问题。 2.如果使用构建工具,需要确定构建中的环境node版本,构建中的版本可能跟服务器版本也会有差别,如jekins中有设置node环境的配置。 ...
yarn 报错:error @achrinza/node-ipc@9.2.2: The enginenode” is incompatible with this module.
weixin_50789546的博客
05-02 354
2.报错原因:下载的vue项目不支持18版本的node,需要降级到8 || 10 || 12 || 14 || 16 || 17其中的一个版本,查资料都说是,要卸载当前18版本,然后重新安装一个可支持的版本去覆盖,或者重新安装一个版本,使用nvm去切换当前项目的运行版本。3.最终经过努力,发现可以执行 自动补充兼容 的命令:yarn config set ignore-engines true。4.再次执行yarn ,执行成功!
The enginenode“ is incompatible with this module. Expected version 问题解决办法
且听风吟的博客
03-29 7966
The enginenode“ is incompatible with this module. Expected version 问题解决办法
the enginenode“ is incompatible with this module.
soputasmile的笔记
05-26 2263
error commander@9.2.0: The enginenode” is incompatible with this module. Expected version “^12.20.0 || >=14”. Got “12.13.0” error Found incompatible module. 执行:yarn config set ignore-engines true
yarn错误The enginenode“ is incompatible with this module
wzj_1013的博客
02-21 2092
yarn错误The engine "node" is incompatible with this module
【jeecg-boot-vu3】The enginenode“ is incompatible with this module. Expected version
gwcgwcjava的专栏
02-15 467
如何解决呢,原来项目需要用低版本的node ,该项目需要高版本的node。导入jeecg-boot-vu3 前端后。执行yarn install。得用node 16.x+的版本。重新yarn install。那么就安装多版本node。配置该项目的node版本。
this is incompatible with sql-mode=only-full-group-by
最新发布
06-14
this is incompatible with sql-mode=only-full-group-by
Android调试出现The selected device is incompatible问题解决
08-31
主要介绍了Android调试出现The selected device is incompatible问题解决的相关资料,需要的朋友可以参考下
TypeError: _queue_reduction(): incompatible function arguments.
01-20
TypeError: _queue_reduction(): incompatible function arguments. The following argument types are supported: 1. (process_group: torch.distributed.ProcessGroup, grads_batch: List[List[at::Tensor]], ...
yarn错误The engine "node" is incompatible with this module
进击的葱
03-13 2万+
今天在用yarn安装vue-cli时出现了错误 ../vue-hackernews-2.0> yarn yarn install v1.12.3 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info fsevents@1.1.3: The platfo...
create-vite@4.3.2: The enginenode“ is incompatible with this module.
weixin_43787264的博客
06-21 448
问题原因是:node版本不对,升级到对应的版本即可;然后再润yarn create vite。
解决 windows安装依赖或运行项目 报错 error eslint@8.0.0: The enginenode“ is incompatible with this module.
DarlingYL的博客
10-26 8761
解决 windows安装依赖或运行项目 报错 error eslint@8.0.0: The enginenode” is incompatible with this module. Expected version “^12.22.0 || ^14.17.0 || >=16.0 .0”. Got “12.18.3”.0". Got “12.18.3”@[TOC] 安装指定版本node 报错原因 node版本对应不上,项目要求的是 version “^12.22.0 || ^14.17.0 ||
yarn install 报错解决The enginenode“ is incompatible with this module.
qq_46312886的博客
11-18 1285
The engine "node" is incompatible with this module. Expected version "^12.13.0 || ^14.15.0 || >=16.0.0". Got "14.6.0" 意思说你需要安装的module与当前node版本不匹配
error upath@1.0.2:The enginenode“ is incompatible with this module.Expected version=4 <=9“.
figosoar的专栏
11-09 443
平时不太做nodejs项目,突然遇到一个编译需要用到yarn编译前端。 首先需要安装yarn npm install -g yarn 运行"yarn install"命令后,报错如下 yarn install v1.22.17 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package
The enginenode“ is incompatible with this module. Expected version
qq_39352780的博客
10-11 4860
yarn node版本报错
The enginenode“ is incompatible with this module.创建vue项目时报错node版本错误问题
qq_40677969的博客
09-19 5473
The enginenode“ is incompatible with this module.创建vue项目时报错node版本错误问题
error nopt@6.0.0: The engine "node" is incompatible with this module. Expected version "^12.13.0 || ^14.15.0 || >=16.0.0". Got "14.9.0"
07-09
The error message indicates that the version of the "nopt" module you are using is not compatible with the current version of Node.js installed on your system. The "nopt" module expects a Node.js version of "^12.13.0 || ^14.15.0 || >=16.0.0", but your system has version "14.9.0" installed. To resolve this issue, you can try the following steps: 1. Update your Node.js version to meet the requirements of the "nopt" module. You can download and install the latest version of Node.js from the official website (https://nodejs.org). 2. If you are using a version manager like nvm (Node Version Manager), you can switch to a compatible version of Node.js by running the following command: ``` nvm use <desired_version> ``` Replace `<desired_version>` with a compatible Node.js version (e.g., 12.13.0, 14.15.0, or >=16.0.0). 3. If you don't want to update your Node.js version, you can try installing a different version of the "nopt" module that is compatible with your current Node.js version. You can specify a compatible version explicitly during installation: ``` npm install nopt@<compatible_version> ``` Replace `<compatible_version>` with a version that supports your current Node.js version. Remember to replace `<desired_version>` or `<compatible_version>` with the appropriate version number according to your specific requirements. After following these steps, you should be able to resolve the compatibility issue with the "nopt" module and proceed with your development tasks.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
写文章

热门文章

  • jQuery.ajax设置请求头实现post请求发送数据的格式(Form Data和Request Payload) 75435
  • 使用Foxmail登录阿里企业邮箱(钉钉邮箱) 42284
  • jQuery和Vue的区别 39257
  • translate3d(x,y,z)的用法 37950
  • React 进入页面以后自动 focus 到某个输入框 27606

分类专栏

  • 前端技术分享 251篇
  • web前端 735篇
  • React 28篇
  • vue 2篇
  • 小程序 2篇

最新评论

  • wechaty微信机器人收到好友请求时自动同意,并回复一条默认消息,且发一封邮件给管理员

    Zohnny: friendship.type() === 2, 这个2文档没找到, Friendship这个类好像不是从wechaty导出了, 大佬这个2哪里看的呀

  • yarn安装electron报错

    一只神奇的海螺: 现在还有用吗?我的也报错了

  • 95% emitting CompressionPlugin ERROR Error: error:0308010C:digital envelope routines::unsupported

    鲢鱼68: 解决了,感谢

  • 企业微信自建应用手动授权,获取用户详细信息

    csdn1593571111: 大佬,麻烦问哈,就是我现在做的是微信小程序授权企业微信登录,现在重定向redirect_uri这个页面到底是啥,是用户点击授权页吗?

  • 改变iterm2文字大小

    晓晓Y_: 这是什么主题啊?好好看,求!感谢。。

大家在看

  • 超频创意:LORA模型在Stable Diffusion中的硬件加速优化大冒险 ?????
  • 39、基于深度学习的(拼音)字符识别(matlab)
  • Leetcode 力扣122. 买卖股票的最佳时机 II (抖音号:708231408)
  • Linux下部署MySQL5.7.35 724
  • 【2024最新精简版】SpringCloud面试篇

最新文章

  • vue3 proxy对象转为原始对象
  • 先获取行高和文本的高度,然后通过js动态修改样式实现文本超出一行后显示省略号,这样就可以获得哪些文本超出了一行,哪些文本没有超出一行
  • node使用http-proxy-middleware做代理,解决跨域问题
2024
06月 12篇
05月 44篇
04月 25篇
03月 37篇
02月 23篇
01月 22篇
2023年119篇
2022年129篇
2021年196篇
2020年8篇
2019年58篇
2018年181篇
2017年74篇

目录

目录

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43元 前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

徐同保

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或 充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值

PHP网站源码商丘外贸网站设计鄂州网站推广方案价格安顺关键词排名南山百度seo报价毕节阿里店铺运营公司淮安百度网站优化排名哪家好大连百姓网标王报价嘉兴seo网站优化公司邢台建设网站多少钱聊城推广网站桐城设计公司网站成都阿里店铺托管报价宝安网站改版多少钱绥化设计网站哪家好安顺品牌网站设计报价昭通关键词按天收费公司舟山网站改版价格运城设计公司网站多少钱醴陵网站制作滨州seo排名价格襄樊SEO按效果付费推荐喀什模板制作报价肇庆营销网站报价永州建设网站价格塔城百度seo哪家好泰州百度标王西安建网站丹东外贸网站制作多少钱光明关键词按天扣费公司安顺百度标王多少钱歼20紧急升空逼退外机英媒称团队夜以继日筹划王妃复出草木蔓发 春山在望成都发生巨响 当地回应60岁老人炒菠菜未焯水致肾病恶化男子涉嫌走私被判11年却一天牢没坐劳斯莱斯右转逼停直行车网传落水者说“没让你救”系谣言广东通报13岁男孩性侵女童不予立案贵州小伙回应在美国卖三蹦子火了淀粉肠小王子日销售额涨超10倍有个姐真把千机伞做出来了近3万元金手镯仅含足金十克呼北高速交通事故已致14人死亡杨洋拄拐现身医院国产伟哥去年销售近13亿男子给前妻转账 现任妻子起诉要回新基金只募集到26元还是员工自购男孩疑遭霸凌 家长讨说法被踢出群充个话费竟沦为间接洗钱工具新的一天从800个哈欠开始单亲妈妈陷入热恋 14岁儿子报警#春分立蛋大挑战#中国投资客涌入日本东京买房两大学生合买彩票中奖一人不认账新加坡主帅:唯一目标击败中国队月嫂回应掌掴婴儿是在赶虫子19岁小伙救下5人后溺亡 多方发声清明节放假3天调休1天张家界的山上“长”满了韩国人?开封王婆为何火了主播靠辱骂母亲走红被批捕封号代拍被何赛飞拿着魔杖追着打阿根廷将发行1万与2万面值的纸币库克现身上海为江西彩礼“减负”的“试婚人”因自嘲式简历走红的教授更新简介殡仪馆花卉高于市场价3倍还重复用网友称在豆瓣酱里吃出老鼠头315晚会后胖东来又人满为患了网友建议重庆地铁不准乘客携带菜筐特朗普谈“凯特王妃P图照”罗斯否认插足凯特王妃婚姻青海通报栏杆断裂小学生跌落住进ICU恒大被罚41.75亿到底怎么缴湖南一县政协主席疑涉刑案被控制茶百道就改标签日期致歉王树国3次鞠躬告别西交大师生张立群任西安交通大学校长杨倩无缘巴黎奥运

PHP网站源码 XML地图 TXT地图 虚拟主机 SEO 网站制作 网站优化