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
Using the instructions in the readme, it is not possible to initialise this starter using gatsby new. The following errors are seen.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: gatsby-attila-theme-starter@1.0.0
npm ERR! Found: gatsby@2.20.24
npm ERR! node_modules/gatsby
npm ERR! dev gatsby@"2.20.24" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^4.13.1" from gatsby-plugin-mixpanel@3.7.0
npm ERR! node_modules/gatsby-plugin-mixpanel
npm ERR! gatsby-plugin-mixpanel@"^3.1.6" 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.
Using WSL2 on Windows 11, with Ubuntu 22.04. Bare install with python2 and build-essential.
The text was updated successfully, but these errors were encountered:
Switching to Node v14 latest and using gatsby-cli@4.13.0 gets you past the gatsby new stage, but then gatsby develop fails when pointed at a Ghost v5 CMS. The absence of prerequisite information makes this starter very difficult to use.
Using the instructions in the readme, it is not possible to initialise this starter using
gatsby new
. The following errors are seen.Using WSL2 on Windows 11, with Ubuntu 22.04. Bare install with python2 and build-essential.
The text was updated successfully, but these errors were encountered: