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

Zod-fast-check version conflicting and won't compile from source #468

Open
2 of 7 tasks
FitzM opened this issue Jun 26, 2023 · 0 comments
Open
2 of 7 tasks

Zod-fast-check version conflicting and won't compile from source #468

FitzM opened this issue Jun 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@FitzM
Copy link

FitzM commented Jun 26, 2023

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports and didn't find any similar reports.

Expected Behavior

When pulling your code with git clone and running npm install there is an issue with "zod-fast-check" where the version is different than the peer provided versions. If you use the flag --legacy-peer-deps it does not compile or display correctly in Obsidian. Looks like all the

elements are missing.

Current behaviour

Unable to run npm install

JavaScript console output

npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: zod-fast-check@0.9.0
npm ERR! Found: fast-check@3.8.0
npm ERR! node_modules/fast-check
npm ERR!   dev fast-check@"^3.8.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer fast-check@"^2.23.0" from zod-fast-check@0.9.0
npm ERR! node_modules/zod-fast-check
npm ERR!   dev zod-fast-check@"^0.9.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: fast-check@2.25.0
npm ERR! node_modules/fast-check
npm ERR!   peer fast-check@"^2.23.0" from zod-fast-check@0.9.0
npm ERR!   node_modules/zod-fast-check
npm ERR!     dev zod-fast-check@"^0.9.0" from the root project
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.

Steps to reproduce

run git clone https://github.com/davish/obsidian-full-calendar.git and run npm install inside of the obsidian-full-calendar directory.

Calendar information

N/A

Which Operating Systems are you using?

  • macOS
  • Windows
  • Linux
  • Android
  • iOS

Obsidian Version

v1.3.5

Full Calendar Plugin Version

Latest

Checks

  • I have tried it with all other plugins disabled and the error still occurs.

Possible solution

update dependency versions?

Comments

No response

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