gatsby-prismic-starter-prist
gatsby-prismic-starter-prist copied to clipboard
Error: Cannot find module './third-party/gatsby-node'
I'm having trouble downloading the starter. I create a new project, run npm install, and then Gatsby develop throws me error. Not sure what's going on here...
yarn install worked for me but not npm install for some reason...
I'm having the same issue, too
Hi there ! I just found something on Search Result, the problem seems to be from the latest version of gatsby-source-graphql-universal. So all you have to do is :
- Go to YOUR_FOLDER > node_modules > gatsby-source-graphql-universal
- Delete the "node_modules" folder from gatsby-source-graphql-universal folder.
- Type in your terminal : npm i [email protected]
- Type : gatsby develop
Hope this will help you !
This is related to an ongoing nasty gatsby-source-prismic-grapql bug: https://github.com/birkir/gatsby-source-prismic-graphql/issues/217
Hi there ! I just found something on Search Result, the problem seems to be from the latest version of gatsby-source-graphql-universal. So all you have to do is :
- Go to YOUR_FOLDER > node_modules > gatsby-source-graphql-universal
- Delete the "node_modules" folder from gatsby-source-graphql-universal folder.
- Type in your terminal : npm i [email protected]
- Type : gatsby develop
Hope this will help you !
Nice one! This fixed it
thank you!! worked for me:) appreciate it