This repository was archived by the owner on Dec 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
UI doesn't work #476
Copy link
Copy link
Open
Description
$ git clone https://github.com/aave/aave-ui.git
Cloning into 'aave-ui'...
remote: Enumerating objects: 13706, done.
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 13706 (delta 27), reused 17 (delta 7), pack-reused 13661
Receiving objects: 100% (13706/13706), 28.59 MiB | 10.71 MiB/s, done.
Resolving deltas: 100% (7937/7937), done.
$ cd aave-ui/
$ docker compose up
......
Attaching to aave-ui-frontend-1
aave-ui-frontend-1 |
aave-ui-frontend-1 | > [email protected] start
aave-ui-frontend-1 | > npm i && sed -i 's/git+ssh/git+https/g' package-lock.json && react-app-rewired start
aave-ui-frontend-1 |
aave-ui-frontend-1 | npm ERR! code ERESOLVE
aave-ui-frontend-1 | npm ERR! ERESOLVE could not resolve
aave-ui-frontend-1 | npm ERR!
aave-ui-frontend-1 | npm ERR! While resolving: @apollo/[email protected]
aave-ui-frontend-1 | npm ERR! Found: [email protected]
aave-ui-frontend-1 | npm ERR! node_modules/subscriptions-transport-ws
aave-ui-frontend-1 | npm ERR! subscriptions-transport-ws@"^0.10.0" from the root project
aave-ui-frontend-1 | npm ERR! subscriptions-transport-ws@"^0.10.0" from @graphql-tools/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@graphql-tools/url-loader
aave-ui-frontend-1 | npm ERR! @graphql-tools/url-loader@"^7.0.11" from @graphql-codegen/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@graphql-codegen/cli
aave-ui-frontend-1 | npm ERR! dev @graphql-codegen/cli@"^2.2.1" from the root project
aave-ui-frontend-1 | npm ERR! @graphql-tools/url-loader@"^7.1.0" from @graphql-tools/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@graphql-tools/prisma-loader
aave-ui-frontend-1 | npm ERR! @graphql-tools/prisma-loader@"^7.0.6" from @graphql-codegen/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@graphql-codegen/cli
aave-ui-frontend-1 | npm ERR! dev @graphql-codegen/cli@"^2.2.1" from the root project
aave-ui-frontend-1 | npm ERR! 1 more (graphql-config)
aave-ui-frontend-1 | npm ERR!
aave-ui-frontend-1 | npm ERR! Could not resolve dependency:
aave-ui-frontend-1 | npm ERR! peerOptional subscriptions-transport-ws@"^0.9.0" from @apollo/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@apollo/client
aave-ui-frontend-1 | npm ERR! @apollo/client@"^3.4.16" from the root project
aave-ui-frontend-1 | npm ERR!
aave-ui-frontend-1 | npm ERR! Conflicting peer dependency: [email protected]
aave-ui-frontend-1 | npm ERR! node_modules/subscriptions-transport-ws
aave-ui-frontend-1 | npm ERR! peerOptional subscriptions-transport-ws@"^0.9.0" from @apollo/[email protected]
aave-ui-frontend-1 | npm ERR! node_modules/@apollo/client
aave-ui-frontend-1 | npm ERR! @apollo/client@"^3.4.16" from the root project
aave-ui-frontend-1 | npm ERR!
aave-ui-frontend-1 | npm ERR! Fix the upstream dependency conflict, or retry
aave-ui-frontend-1 | npm ERR! this command with --force, or --legacy-peer-deps
aave-ui-frontend-1 | npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
aave-ui-frontend-1 | npm ERR!
aave-ui-frontend-1 | npm ERR! See /home/node/.npm/eresolve-report.txt for a full report.
aave-ui-frontend-1 |
aave-ui-frontend-1 | npm ERR! A complete log of this run can be found in:
aave-ui-frontend-1 | npm ERR! /home/node/.npm/_logs/2022-07-06T02_53_29_323Z-debug-0.log
aave-ui-frontend-1 | npm notice
aave-ui-frontend-1 | npm notice New minor version of npm available! 8.11.0 -> 8.13.2
aave-ui-frontend-1 | npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.13.2>
aave-ui-frontend-1 | npm notice Run `npm install -g [email protected]` to update!
aave-ui-frontend-1 | npm notice
aave-ui-frontend-1 exited with code 1Metadata
Metadata
Assignees
Labels
No labels