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

react-easy-edit version update causes dependency conflict during install #637

Open
jschanker opened this issue Aug 2, 2024 · 0 comments · Fixed by #639
Open

react-easy-edit version update causes dependency conflict during install #637

jschanker opened this issue Aug 2, 2024 · 0 comments · Fixed by #639
Labels
bug Something isn't working

Comments

@jschanker
Copy link
Collaborator

jschanker commented Aug 2, 2024

Description

When there was a feature version update to react-easy-edit, a conflicting peer dependency with the kalam project was introduced causing npm install to fail. When cloning the repository for the first time and attempting an install, npm attempts to install this later package version because we use ^ in package.json and do not have package-lock.json to specify an exact version:

"react-easy-edit": "^1.15.0",

Reproduction steps

  1. Enter npm install in the terminal after removing your node_modules folder and package-lock.json file if present.

Screenshots

No response

Logs

No response

Device

Desktop/Laptop

OS

Windows

Browsers

Chrome

@jschanker jschanker added the bug Something isn't working label Aug 2, 2024
@jschanker jschanker linked a pull request Aug 2, 2024 that will close this issue
Poonam-Singh-Bagh added a commit that referenced this issue Aug 2, 2024
…y-edit-and-dev-extreme

fix: Resolves dependency issues #637 and #638
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

Successfully merging a pull request may close this issue.

1 participant