contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

Could not resolve dependency: peer @babel/core@"^7.11.0" from @babel/eslint-parser@7.23.3 #1644

Open Wounded-Knee opened 2 months ago

Wounded-Knee commented 2 months ago

Upon executing npm install against a fresh clone of this repository, NPM fails with the following output:

npm resolution error report

While resolving: @contentful/field-editors@1.0.0 Found: @babel/core@7.9.6 node_modules/@babel/core dev @babel/core@"7.9.6" from the root project

Could not resolve dependency: peer @babel/core@"^7.11.0" from @babel/eslint-parser@7.23.3 node_modules/@babel/eslint-parser dev @babel/eslint-parser@"7.23.3" from the root project

Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.

github-actions[bot] commented 1 month ago

Marking issue as stale since there was no activity for 30 days