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

Cannot find base config file @vue/tsconfig/tsconfig.web.json

這篇具有很好參考價(jià)值的文章主要介紹了Cannot find base config file @vue/tsconfig/tsconfig.web.json。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

vue升級(jí)到最新版本,node18 會(huì)出現(xiàn)warning 參考issues

Cannot find base config file @vue/tsconfig/tsconfig.web.json文章來源地址http://www.zghlxwxcb.cn/news/detail-531812.html

"dependencies": {
	...
    "vue": "^3.3.4"
},

"devDependencies": {
	...
 	"vite": "^4.3.8",
 }

解決方案

  "extends": "@vue/tsconfig/tsconfig.web.json",
  // 改成:
  "extends": "@tsconfig/node18/tsconfig.json",

  "devDependencies": {
     // 增加
    "@tsconfig/node18": "^2.0.1"
    }

到了這里,關(guān)于Cannot find base config file @vue/tsconfig/tsconfig.web.json的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(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)文章

  • 講解nginx.pid“ failed (2: The system cannot find the file specified

    目錄 講解 \\\"nginx.pid\\\" failed (2: The system cannot find the file specified 1. Nginx配置文件錯(cuò)誤 2. Nginx配置文件權(quán)限問題 3. Nginx啟動(dòng)失敗 解決問題 示例代碼:處理 \\\"nginx.pid\\\" failed (2: The system cannot find the file specified 在使用Nginx時(shí),你可能會(huì)遇到以下錯(cuò)誤消息之一: 這個(gè)錯(cuò)誤消息通常出現(xiàn)在啟

    2024年01月19日
    瀏覽(14)
  • nginx報(bào)錯(cuò)[error] CreateFile() failed The system cannot find the file specified

    無論是 nginx -s stop 還是 nginx -s reload 命令,都會(huì)出現(xiàn)這個(gè)錯(cuò)誤。 解決方法:使用命令創(chuàng)建/logs/nginx.pid文件 ,命令如下所示 之后 還是有問題,就想起網(wǎng)上看過的另一篇博文,把logs文件夾下的文件全部都刪除了,再執(zhí)行,發(fā)現(xiàn)生成了.pid文件,之后就可以運(yùn)用命令行了。 值得一

    2024年02月11日
    瀏覽(18)
  • Windows 上 執(zhí)行docker pull命令 提示:The system cannot find the file specified.

    Windows 上 執(zhí)行docker pull命令 提示:The system cannot find the file specified.

    error during connect: This error may indicate that the docker daemon is not running.: Get \\\"http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version\\\": open //./pipe/docker_engine: The system cannot find the file specified. 在cmd 窗口中執(zhí)行如下命令 cd C:Program FilesDockerDocker DockerCli.exe -SwitchDaemon 重新打開一個(gè)cmd窗口,然后再次執(zhí)行

    2024年02月08日
    瀏覽(19)
  • Linux 用yum安裝軟件提示 cannot find a valid baseurl for repo:base/7/x86_64 的解決方法

    Linux 用yum安裝軟件提示 cannot find a valid baseurl for repo:base/7/x86_64 的解決方法

    如下: 出現(xiàn)這個(gè)問題是因?yàn)閥um在安裝包的過程中,雖然已經(jīng)聯(lián)網(wǎng),但是沒法解析遠(yuǎn)程包管理庫(kù)對(duì)應(yīng)的域名,所以我們只需要在網(wǎng)絡(luò)配置中添加上DNS對(duì)應(yīng)的ip地址即可。 vi /etc/sysconfig/network-scripts/ifcfg-ens33 或者 (看你們是配置的哪個(gè)名稱,是ens33還是eht0 選擇對(duì)應(yīng)名字的命令即可

    2024年02月09日
    瀏覽(22)
  • nginx報(bào)錯(cuò) - OpenEvent(“Global\ngx_stop_1676“)failed (2: The system cannot find the file specified

    在cmd中運(yùn)行start nginx之后再運(yùn)行 nginx -s stop 或者nginx -s reload 的都會(huì)報(bào)以下的錯(cuò)誤。 nginx: [error] OpenEvent(“Globalngx_stop_1676”) failed (2: The systemcannot find the file specified) 其實(shí)這個(gè)報(bào)錯(cuò)意思就是你的nginx并未啟動(dòng)成功,那么為什么會(huì)出現(xiàn)nginx無法正常啟動(dòng)呢,可能是端口導(dǎo)致的問題

    2024年02月16日
    瀏覽(16)
  • 【Vue】Parsing error: No Babel config file detected for ... vue

    【Vue】Parsing error: No Babel config file detected for ... vue

    Parsing error: No Babel config file detected for E:StudyVue網(wǎng)站實(shí)現(xiàn)防篡改的水印demo02srcApp.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files. ?????????????? eslint 開發(fā)環(huán)境: Windows 開發(fā)IDE: Visual Studio Code 版本1.76.0 開發(fā)

    2024年02月14日
    瀏覽(90)
  • nginx:[error]OpenEvent(“Global\ngx_reload_19792“)failed(2:The system cannot find the file specified)

    執(zhí)行 nginx -s reload 命令后報(bào)錯(cuò): 重新載入修改后的 Nginx 配置 Nginx 未啟動(dòng) 啟動(dòng) Nginx,啟動(dòng)命令: start nginx ,啟動(dòng) Nginx。

    2024年02月07日
    瀏覽(42)
  • 【學(xué)習(xí)筆記之vue】 Cannot find module ‘node-sass‘

    【學(xué)習(xí)筆記之vue】 Cannot find module ‘node-sass‘

    下載node-sass組件 下載時(shí)報(bào)錯(cuò) 使用npm下載node-sass組件 ok

    2024年02月12日
    瀏覽(93)
  • 【已解決】vue報(bào)錯(cuò):Parsing error: No Babel config file detected for...

    【已解決】vue報(bào)錯(cuò):Parsing error: No Babel config file detected for...

    Vue項(xiàng)目報(bào)錯(cuò):Parsing error: No Babel config file detected… 解決方法:在 package.json 里面添加 \\\"requireConfigFile\\\": false 即可。

    2024年02月15日
    瀏覽(21)
  • 新建vue項(xiàng)目首行報(bào)錯(cuò)Parsing error: No Babel config file detected

    新建vue項(xiàng)目首行報(bào)錯(cuò)Parsing error: No Babel config file detected

    新建的vue項(xiàng)目,打開首行報(bào)錯(cuò),查找了下原因和解決辦法分享一下。 1.第一種更改打開目錄,由于我編輯器打開項(xiàng)目的根目錄和我運(yùn)行項(xiàng)目的根目錄不是一致的。 2.在package.json添加requireConfigFile:false,可以解決。(不推薦)他是用來禁用babel的項(xiàng)目范圍的配置的,所以你的ba

    2024年02月11日
    瀏覽(23)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

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

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包