如何解決安裝依賴項時遇到的錯誤?
P粉312631645
P粉312631645 2024-03-28 16:35:50
0
1
426

npm 安裝@material-ui/core @material-ui/icons @material-ui/labs @react-google-maps/api axios google-map-react

npm 錯誤!代碼 ERESOLVE npm 錯誤! ERESOLVE 無法解決 npm 錯誤! npm 錯誤! While resolving: @testing-library/[email protected] npm 錯誤! Found: [email protected] npm 錯誤! node_modules/react npm 錯誤! npm 錯誤! For a full report see: npm 錯誤! C:\Users\SENSA\AppData\Local\npm-cache_logs\2023-04-07T05_56_29_194Z-eresolve-report.txt

npm 錯誤! A complete log of this run can be found in: npm 錯誤! C:\Users\SENSA\AppData\Local\npm-cache_logs\2023-04-07T05_56_29_194Z-debug-0.log

P粉312631645
P粉312631645

全部回覆(1)
P粉615886660

可能你的npm版本不合適。您可以嘗試以下步驟:

  1. 使用--legacy-peer-deps 安裝依賴項,執行npm install @material-ui/core @material-ui/icons @material-ui/labs @react -google-maps/api axios google -map-react --legacy-peer-deps

  2. 如果仍然報錯,請刪除所有node_modules,然後再次執行該指令。

  3. 如果仍然報錯,請使用 npm --version 檢查您的 npm 版本,然後更新到最新的 npm 版本即可解決此問題。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板