npm 錯誤!代碼 ERESOLVE npm 錯誤! ERESOLVE 無法解析依賴關係樹 npm 錯誤! npm 錯誤!發現:postcss@7.0.36 npm 錯誤!節點模組/postcss npm 錯誤!根項目中的 dev postcss@"^7" npm 錯誤! postcss@"^7.0.32" 來自 autoprefixer@9.8.6 npm 錯誤!節點模組/自動前綴器 npm 錯誤!根項目中的 dev autoprefixer@"^9" npm 錯誤! autoprefixer@“^9.8.6”來自@vue/cli-service@4.5.13 npm 錯誤! node_modules/@vue/cli-service npm 錯誤!來自 @vue/cli-plugin-babel@4.5.13 的對等 @vue/cli-service@"^3.0.0 || ^4.0.0-0" npm 錯誤! node_modules/@vue/cli-plugin-babel npm 錯誤!根項目中的 dev @vue/cli-plugin-babel@"~4.5.0" npm 錯誤!另外 3 個(@vue/cli-plugin-router、@vue/cli-plugin-vuex,根項目) npm 錯誤! 1 更多 (tailwindcss) npm 錯誤!另外 42 個(@intervolga/optimize-cssnano-plugin,...) npm 錯誤! npm 錯誤!無法解決依賴關係: npm 錯誤!來自 postcss-cli@8.3.1 的對等 postcss@"^8.0.0" npm 錯誤!節點模組/postcss-cli npm 錯誤!根項目中的 dev postcss-cli@"^8.3.1" npm 錯誤! npm 錯誤!修復上游依賴衝突,或重試 npm 錯誤!此命令與 --force 或 --legacy-peer-deps npm 錯誤!接受不正確的(並且可能損壞的)依賴關係解析。 npm 錯誤! npm 錯誤!有關完整報告,請參閱 /Users/mgav/.npm/eresolve-report.txt。 npm 錯誤!此運行的完整日誌可以在以下位置找到: npm 錯誤! /Users/mgav/.npm/_logs/2021-09-08T21_09_08_052Z-debug.log; <p>謝謝您的幫忙!</p>
P粉7878060242023-08-25 10:52:18
在某些情況下,問題似乎與VueJS直接無關,而是與vue-cli有關。
對我有效的解決方案是:
npm uninstall tailwindcss @tailwindcss/postcss7-compat
卸載了它。 npm install tailwindcss@latest postcss@latest autoprefixer@latest
重新安裝最新版本的TailwindCSS,PostCSS和AutoPrefixer。 就是這樣!
注意:這不是我的工作。我是由Lindsay Wardell (@lindsaykwardell)指導到Vuejs論壇上的這篇文章,其中的解決方案由Thomas Castelly(也沒有StackOverflow帳號)提供。