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
I encountered a strange issue when trying to build a new version of my personal site built with this theme on Gitlab where I merged a commit that only changed the markdown content of one page.
In essence, it seems if I'm understanding correctly there's a conflict between versions of eslint that the theme uses and the eslint that gatsby uses?
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^8.3.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.23.0" from [email protected]
npm ERR! node_modules/eslint-config-gatsby-standard
npm ERR! dev eslint-config-gatsby-standard@"^3.0.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
Not sure if I'm understanding this correctly.
Since then I've tried.
upgrading all packages
uninstalling gatsby + all dependencies completely, re-installinng the project
uninstalling gatsby + all dependencies completely, creating a new project with the theme
creating a new gatsby project, manually adding the theme.
All roads seem to lead to this error, and I'm not sure what I'm doing wrong here - any advice would be very much appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I encountered a strange issue when trying to build a new version of my personal site built with this theme on Gitlab where I merged a commit that only changed the markdown content of one page.
In essence, it seems if I'm understanding correctly there's a conflict between versions of eslint that the theme uses and the eslint that gatsby uses?
Not sure if I'm understanding this correctly.
Since then I've tried.
All roads seem to lead to this error, and I'm not sure what I'm doing wrong here - any advice would be very much appreciated.
The text was updated successfully, but these errors were encountered: