-
Notifications
You must be signed in to change notification settings - Fork 69
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
Gatsby v5 support #99
Comments
it seems like code in github is v5 compatible https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies/blob/master/package.json#L51 so a "hothot" fix might be you install this plugin from github repo - something like which will make something like |
Thank you! It worked. But it's good to have a regular release on NPM |
@artem-metliakov sure thing, maybe they forgot to bump up the version number since it seems the same, not sure really but outcome is things are broken on my box too like you described from npm |
@andrezimpel Could you release a new version on npm that supports gatsby 5? These fixes are already on master. |
@andrezimpel any updates on this? |
Experiencing this too. @andrezimpel - can you please kick off a new release? |
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1 Right now I have resorted to using the package from my personal scope:
|
+1 |
+1 |
1 similar comment
+1 |
How is this still an issue in November 23? |
+1 |
Install with the legacy peer deps flag, if you want npm to ignore the version mismatch:
|
Is your feature request related to a problem? Please describe.
Try to update gatsby to version 5. The plugin is not compatible with Gatsby 5
npm i gatsby-plugin-gdpr-cookies:
Found: [email protected]
Could not resolve dependency:
peer gatsby@"^2.24.77 || ^3.0.0 || ^4.0.0" from [email protected]
Describe the solution you'd like
The plugin is compatible with Gatsby 5
The text was updated successfully, but these errors were encountered: