Closed mustran closed 4 years ago
I think this is the same issue as #80, and I’m starting to think this just doesn’t work if you invoke gatsby-cli globally. I’m assuming you’re using gatsby develop
or gatsby build
—do you get the same error if you run npx gatsby develop
?
@andrewbranch thank you for the fast reply.
Indeed, I am using gatsby-cli
globally and thus the error does not appear when running the application via npx gatsby develop
, which means that the theme is loading and working well.
I am trying to use the Andromeda theme, but I'm getting the following error:
My
gatsby-config.js
looks like this:The gatsby started I am using is gatsby-personal-starter-blog
And in the
package.json
the theme appears on the dependencies like this:I can also see the theme in
node_modules
folder.