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

Conflicting peer dependency in master branch #268

Open
Schommer79 opened this issue Dec 17, 2024 · 2 comments
Open

Conflicting peer dependency in master branch #268

Schommer79 opened this issue Dec 17, 2024 · 2 comments

Comments

@Schommer79
Copy link

Schommer79 commented Dec 17, 2024

  • babel-plugin-tester: master branch (11.0.4)
  • node version: 22.11.0
  • npm version: 10.9.0

Relevant code or config

npm clean-install

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.

image

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.

@Xunnamius

This comment was marked as resolved.

@Xunnamius
Copy link
Collaborator

Xunnamius commented Jan 3, 2025

@Schommer79 Alrighty! Again, apologies for the delay on this. Two things:

  1. The master branch is stuck on version 11 for now. Clone the canary branch instead
  2. 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 :)

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