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

Dependency Conflict: @impler/react and React 19 RC #876

Open
thisismayuresh opened this issue Nov 20, 2024 · 0 comments
Open

Dependency Conflict: @impler/react and React 19 RC #876

thisismayuresh opened this issue Nov 20, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@thisismayuresh
Copy link
Collaborator

Description

Installing project dependencies fails due to a version conflict between @impler/react and the React RC version being used in the project.

Current Behavior

npm i @impler/react fails with a dependency resolution error
@impler/[email protected] requires react@>=16.8.0
Project is using [email protected]
Next.js 15.0.3 expects react@"^18.2.0 || 19.0.0-rc-66855b96-20241106"

Error Message

Copynpm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! While resolving: @impler/[email protected]
npm ERR! Found: [email protected]
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=16.8.0" from @impler/[email protected]

Additional Context

This is a peer dependency conflict when trying to add @impler/react to an existing project
The core issue appears to be compatibility between @impler/react and React 19 RC
The error prevents installation of the @impler/react package
This affects projects using React 19 RC trying to integrate @impler/react

Impact

Blocks project setup and development
Prevents new developers from joining and setting up the project

Reproducible Steps

  1. npx create-next-app@latest
  2. npm i @impler/react
  3. Observe the dependency resolution error
@thisismayuresh thisismayuresh added bug Something isn't working good first issue Good for newcomers and removed bug Something isn't working labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant