Created
November 7, 2024 13:15
-
-
Save oki/347340f2f14c00793ee38a69d151cbda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
work|⇒ git clone [email protected]:legal-telematics/frontend.git | |
Cloning into 'frontend'... | |
remote: Enumerating objects: 79, done. | |
remote: Counting objects: 100% (79/79), done. | |
remote: Compressing objects: 100% (53/53), done. | |
remote: Total 79 (delta 18), reused 70 (delta 12), pack-reused 0 (from 0) | |
Receiving objects: 100% (79/79), 135.46 KiB | 700.00 KiB/s, done. | |
Resolving deltas: 100% (18/18), done. | |
work|⇒ cd frontend | |
frontend|master ⇒ ls | |
README.md index.html package.json public tailwind.config.js tsconfig.json vite.config.ts | |
eslint.config.js package-lock.json postcss.config.js src tsconfig.app.json tsconfig.node.json | |
frontend|master ⇒ npm install | |
npm ERR! code ERESOLVE | |
npm ERR! ERESOLVE could not resolve | |
npm ERR! | |
npm ERR! While resolving: @ant-design/[email protected] | |
npm ERR! Found: [email protected] | |
npm ERR! node_modules/react | |
npm ERR! react@"19.0.0-rc-7c8e5e7a-20241101" from the root project | |
npm ERR! peer react@"rc" from @react-leaflet/[email protected] | |
npm ERR! node_modules/@react-leaflet/core | |
npm ERR! @react-leaflet/core@"^3.0.0-rc.1" from [email protected] | |
npm ERR! node_modules/react-leaflet | |
npm ERR! react-leaflet@"v5.0.0-rc.1" from the root project | |
npm ERR! 5 more (rc-select, rc-tree, rc-tree-select, react-dom, react-leaflet) | |
npm ERR! | |
npm ERR! Could not resolve dependency: | |
npm ERR! peer react@">=16.0.0" from @ant-design/[email protected] | |
npm ERR! node_modules/@ant-design/icons | |
npm ERR! @ant-design/icons@"^5.5.1" from the root project | |
npm ERR! @ant-design/icons@"^5.5.1" from [email protected] | |
npm ERR! node_modules/antd | |
npm ERR! antd@"^5.21.6" from the root project | |
npm ERR! 1 more (antd-style) | |
npm ERR! | |
npm ERR! Conflicting peer dependency: [email protected] | |
npm ERR! node_modules/react | |
npm ERR! peer react@">=16.0.0" from @ant-design/[email protected] | |
npm ERR! node_modules/@ant-design/icons | |
npm ERR! @ant-design/icons@"^5.5.1" from the root project | |
npm ERR! @ant-design/icons@"^5.5.1" from [email protected] | |
npm ERR! node_modules/antd | |
npm ERR! antd@"^5.21.6" from the root project | |
npm ERR! 1 more (antd-style) | |
npm ERR! | |
npm ERR! Fix the upstream dependency conflict, or retry | |
npm ERR! this command with --force or --legacy-peer-deps | |
npm ERR! to accept an incorrect (and potentially broken) dependency resolution. | |
npm ERR! | |
npm ERR! | |
npm ERR! For a full report see: | |
npm ERR! /Users/oki/.npm/_logs/2024-11-07T13_14_18_984Z-eresolve-report.txt | |
npm ERR! A complete log of this run can be found in: /Users/oki/.npm/_logs/2024-11-07T13_14_18_984Z-debug-0.log | |
frontend|master ⇒ node -v | |
v20.5.0 | |
frontend|master ⇒ npm -v | |
9.8.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment