国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法

這篇具有很好參考價(jià)值的文章主要介紹了關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

前提:

在用vue寫一個(gè)h5頁(yè)面時(shí),當(dāng)在用yarn安裝時(shí),提示如下錯(cuò)誤:
The engine “node” is incompatible with this module. Expected version "^14.18.0 || ^16.14.0 || >=18.
關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法,vue,yarn,h5,前端

解決辦法

我是使用命令忽略錯(cuò)誤:

yarn config set ignore-engines true

關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法,vue,yarn,h5,前端
然后再安裝即可以成功:
關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法,vue,yarn,h5,前端
安裝完之后項(xiàng)目可以正常啟動(dòng)了文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-683274.html

到了這里,關(guān)于關(guān)于yarn安裝時(shí)報(bào)“node“ is incompatible with this module的解決辦法的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Node Sass version 8.0.0 is incompatible with ^4.0.0.

    Node Sass version 8.0.0 is incompatible with ^4.0.0.

    解決辦法:降低node版本,下載對(duì)應(yīng)node版本的npm install sass-loader@版本號(hào) node-sass@版本號(hào) --save-dev

    2024年02月11日
    瀏覽(17)
  • pip安裝庫(kù)時(shí)報(bào)錯(cuò):This error originates from a subprocess, and is likely not a problem with pip.

    pip安裝庫(kù)時(shí)報(bào)錯(cuò):This error originates from a subprocess, and is likely not a problem with pip.

    前言 一 二、使用步驟 1.引入庫(kù) 2.讀入數(shù)據(jù) 總結(jié) ? 安裝庫(kù)時(shí)出現(xiàn)以下報(bào)錯(cuò) 查看要安裝的庫(kù)的版本: 我的python版本3.10所以安了mayavi的最高的版本 ?successful

    2024年02月11日
    瀏覽(20)
  • MySQL:報(bào)錯(cuò)this is incompatible with sql_mode=only_full_group_by

    在mysql 工具 搜索或者插入數(shù)據(jù)時(shí)報(bào)下面錯(cuò)誤: ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column \\\'database_tl.emp.id\\\' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 原因: 首先,我們看一下group by的語(yǔ)法

    2024年01月20日
    瀏覽(29)
  • 【Node Sass version 8.0.0 is incompatible with ^4.0.0.問(wèn)題解決】

    【Node Sass version 8.0.0 is incompatible with ^4.0.0.問(wèn)題解決】

    在微信小程序Vue搭建安裝依賴后,重新運(yùn)行項(xiàng)目出現(xiàn)錯(cuò)誤: 此時(shí)無(wú)法繼續(xù)運(yùn)行項(xiàng)目。 觀察package.json可以發(fā)現(xiàn)版本對(duì)應(yīng)情況: https://www.npmjs.com/package/node-sass 先卸載后安裝對(duì)應(yīng)版本。 重新運(yùn)行后無(wú)報(bào)錯(cuò)。

    2024年02月11日
    瀏覽(19)
  • 【vue】Node Sass version 6.0.1 is incompatible with ^4.0.0.

    npm run dev 提示錯(cuò)誤:Node Sass version 6.0.1 is incompatible with ^4.0.0. node-sass 版本過(guò)高,卸載重裝低版本 1、卸載:npm uninstall node-sass 2、安裝:npm install node-sass@4.12.0 3、運(yùn)行:npm run dev 這是網(wǎng)上別人說(shuō)的方法,實(shí)際上未能成功,以下是我的解決辦法: npm install sass-loader node-sass --save-

    2024年02月15日
    瀏覽(18)
  • 解決Error: Node Sass version 8.0.0 is incompatible with ^4.0.0.

    解決Error: Node Sass version 8.0.0 is incompatible with ^4.0.0.

    最近升級(jí)了node版本,導(dǎo)致與node sass版本不一致,項(xiàng)目編譯失敗,參照網(wǎng)上把版本都升級(jí)一致了,但是還是沒(méi)有解決問(wèn)題。 后來(lái)參考一位朋友的做法,解決了該問(wèn)題,具體如下: npm uninstall sass-loader node-sass npm install sass-loader@8.0.2 sass@1.26.5 ?--save-dev 執(zhí)行命令的完成后 啟動(dòng)項(xiàng)目

    2024年02月12日
    瀏覽(22)
  • Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time.

    Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time.

    項(xiàng)目概述: ?問(wèn)題解決: 步驟一:在關(guān)聯(lián)的兩個(gè)模塊zx-gateway-0829和zx-common-0829中尋找 spring-boot-starter-web ?步驟二:刪除gateway模塊pom.xml中關(guān)聯(lián)的commont模塊,將common中g(shù)ateway所需要的工具復(fù)制一份到gateway模塊對(duì)應(yīng)位置下。 嗨嘍,CSDN的友友們,今天啟動(dòng)網(wǎng)關(guān)Gateway時(shí)發(fā)現(xiàn)了一個(gè)不兼

    2023年04月26日
    瀏覽(37)
  • SQL語(yǔ)句錯(cuò)誤this is incompatible with sql_mode=only_full_group_by解決方法

    SQL語(yǔ)句錯(cuò)誤this is incompatible with sql_mode=only_full_group_by解決方法

    一、原理層面 這個(gè)錯(cuò)誤發(fā)生在mysql 5.7.5 版本及以上版本會(huì)出現(xiàn)的問(wèn)題: mysql 5.7.5版本以上默認(rèn)的sql配置是:sql_mode=“ONLY_FULL_GROUP_BY”,這個(gè)配置嚴(yán)格執(zhí)行了\\\"SQL92標(biāo)準(zhǔn)\\\"。 很多從5.6升級(jí)到5.7時(shí),為了語(yǔ)法兼容,大部分都會(huì)選擇調(diào)整sql_mode,使其保持跟5.6一致,為了盡量兼容程序。

    2024年01月21日
    瀏覽(25)
  • which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mod

    which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mod

    mysql 執(zhí)行報(bào)錯(cuò) : Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘bcdsystem.cities.city’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by\\\" 1.這個(gè)錯(cuò)誤發(fā)生在mysql 5.7 版本及以上版本會(huì)出現(xiàn)的問(wèn)題: 2.在sql執(zhí)行時(shí),出現(xiàn)

    2024年02月16日
    瀏覽(24)
  • Syntax Error: Error: Node Sass version x.x.x is incompatible with ^4.0.0.解決辦法

    Syntax Error: Error: Node Sass version x.x.x is incompatible with ^4.0.0.解決辦法

    Syntax Error: Error: Node Sass version 9.0.0 is incompatible with ^4.0.0. ?@ ./src/assets/css/global.scss 4:14-235 15:3-20:5 16:22-243 ?@ ./src/main.js ?@ multi (webpack)-dev-server/client?http://192.168.7.103:8081sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js 代碼如下(示例): 1 代碼如下(示例):

    2024年02月12日
    瀏覽(19)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包