marguerrrite / gatsby-prismic-starter-prist

Gatsby starter for portfolios and blogs using Prismic CMS
MIT License
344 stars 70 forks source link

Error: Cannot find module './third-party/gatsby-node' issue #24

Open manimul opened 4 years ago

manimul commented 4 years ago

As a heads up to anyone who runs into this same issue I did.

It can be solved by following the advice listed here

You will have to uninstall the other, then install this one: npm install --save @prismicio/gatsby-source-prismic-graphql or yarn add @prismicio/gatsby-source-prismic-graphql

and replace any references to the plugin: In the Gatsby config In the Gatsby Browser

RiqueBR commented 4 years ago

Thanks for this, totally worked for me! :)