日韩亚洲AV无码一区二区三区|av在线国产哟哟|国产精品人人爽人人爽AV|免费一区二区精品无码视频

<th id="kwciy"><video id="kwciy"></video></th>
<code id="kwciy"><em id="kwciy"><optgroup id="kwciy"></optgroup></em></code>
    1. <center id="kwciy"></center>

      <code id="kwciy"></code>

      0712-2888027 189-8648-0214
      微信公眾號(hào)

      孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

      當(dāng)前位置:主頁 > 技術(shù)支持 > Javascript/JQuery > WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)錯(cuò)誤的解決方法

      WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)錯(cuò)誤的解決方法

      時(shí)間:2022-07-19來源:風(fēng)信官網(wǎng) 點(diǎn)擊: 4670次

      風(fēng)信網(wǎng)絡(luò)科技在Laravel項(xiàng)目中使用Vue進(jìn)行項(xiàng)目開發(fā),在使用composer進(jìn)行安裝完成 laravel/ui 框架之后,進(jìn)行編譯,出現(xiàn)報(bào)錯(cuò)信息如下:

      ? Compiled Successfully in 12911ms
      ┌───────────────────┬──────────┐

      │ File │ Size

      ├───────────────────┼──────────┤

      │ /js/app.js │ 1.61 MiB

      │ css/app.css │ 200 KiB

      └─────────
      ──────────┴──────────┘

      1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
      webpack compiled with 1 warning

      出現(xiàn)此問題的原因在于autoprefixer@10.4.6 以后棄用了 color-adjust,所以我們需要安裝低點(diǎn)版本的,選擇autoprefixer@10.4.5

      執(zhí)行如下命令:

      npm install autoprefixer@10.4.5 --save-exact

      完成之后,再次運(yùn)行

      npm run dev

      編譯成功!

      欄目列表
      推薦內(nèi)容
      熱點(diǎn)內(nèi)容
      展開