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
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.
The text was updated successfully, but these errors were encountered:
hi @Wounded-Knee thank you for bringing this up, the repository has a yarn.lock file so we recommend running yarn install instead of npm install this should run the install command successfully
Upon executing
npm install
against a fresh clone of this repository, NPM fails with the following output:The text was updated successfully, but these errors were encountered: