Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: client template example-vite-kitchen-sink has a dependency issue #355

Open
1 task done
bb-face opened this issue Dec 12, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@bb-face
Copy link

bb-face commented Dec 12, 2024

Dojo.js Version

1.0.4

What happened?

Trying to install the dependencies of the client section of the template "example-vite-kitchen-sink" returns an error.

What is the expected behavior?

I expect to be able to install the dependencies of the project and run it.

Steps to reproduce

I run the command: npx @dojoengine/create-dojo start

Select "example-vite-kitchen-sink"

cd into the project, cd into /client, run npm i

Trace

$ npm i                                                                       [13:20:33]
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/starknet
npm error   starknet@"6.11.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer starknet@"^5.18.0" from [email protected]
npm error node_modules/get-starknet-core
npm error   peer get-starknet-core@"^3.2.0" from @starknet-react/[email protected]
npm error   node_modules/@starknet-react/core
npm error     @starknet-react/core@"2.9.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error .npm/_logs/2024-12-12T06_20_34_677Z-eresolve-report.txt
npm error A complete log of this run can be found in: .npm/_logs/2024-12-12T06_20_34_677Z-debug-0.log

Is there an existing issue for this?

  • I have searched the existing issues and verified no issue exits for this problem.
@bb-face bb-face added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant