You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Schommer79 Alrighty! Again, apologies for the delay on this. Two things:
The master branch is stuck on version 11 for now. Clone the canary branch instead
Use npm install --force to resolve the issues surrounding jest@30 + pretter@3 (more info on that here)
I'm hoping to cut a new release sometime this week with a few fixes, so any PRs may require a rebase. If you're still interested and encounter any other issues, just @ me :)
Relevant code or config
What you did:
I am trying to begin the process creating a pull request. Following the instructions in CONTRIBUTING.md, I ran
npm clean-install
.What happened:
I got an error that it could not resolve the installation due to conflicting peer dependencies.
Problem description:
There is a conflicting peer dependency in the current master branch.
Suggested solution:
Provide information on how to resolve this peer dependency conflict while still achieving the goal of starting from a known good state.
The text was updated successfully, but these errors were encountered: