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

Geist does not work with the canary version ? #677

Closed
farid98 opened this issue Dec 3, 2023 · 2 comments
Closed

Geist does not work with the canary version ? #677

farid98 opened this issue Dec 3, 2023 · 2 comments

Comments

@farid98
Copy link

farid98 commented Dec 3, 2023

So getting this build error - indicating that Geist does not work with the canary version.

Am I missing something ? I did copy over the files so have I messed up a setting ?

While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/next
npm ERR! next@"14.0.4-canary.16" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^13.2 || ^14" from [email protected]
npm ERR! node_modules/geist
npm ERR! geist@"1.1.0" from the root project

@farid98
Copy link
Author

farid98 commented Dec 3, 2023

OK So I just noticed in the ppm-lock.yaml file there is a special handling for this. I was using npm
so that's probably the issue here.

/[email protected]([email protected]):
resolution: {integrity: sha512-UwZH+ekwAt1T5XYlviFD+jUXFeRRawDDT8RtpJ//IHTPXlVIO6BCcZ8M0Pxg1K/FT3H8HLn3KJqMsPLHbo1HNg==}
peerDependencies:
next: ^13.2 || ^14
dependencies:
next: 14.0.4-canary.6([email protected])([email protected])
dev: false

@leerob
Copy link
Owner

leerob commented May 27, 2024

I can't reproduce this one

@leerob leerob closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants