We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been trying to install and use this plugin, but regardless of what I do, the module reports as missing.
I have:
This is what the start of the modules config in my gatsby-config.js looks like:
plugins: [ { resolve: "gatsby-source-filesystem", options: { path: `${__dirname}/content/uploads`, name: "assets", }, }, { resolve: "gatsby-source-filesystem", options: { path: `${__dirname}/content/blog`, name: "posts", }, }, `gatsby-plugin-sharp`, `gatsby-plugin-netlify-cms`, { resolve: `gatsby-transformer-remark`, options: { plugins: [ `gatsby-remark-relative-images`, `gatsby-remark-copy-linked-files`, { resolve: `gatsby-remark-images`, options: { maxWidth: 605, }, }, "gatsby-remark-prismjs", `gatsby-remark-autolink-headers`, ], }, },
Any ideas?
The text was updated successfully, but these errors were encountered:
This issue exists for me in node 14 and node 12 but not node 10.
Sorry, something went wrong.
lol scratch that. I was testing things out in various environments and ran npm i in the wrong repo. 😂 Sooo never mind. Problem exists in node 10, too.
npm i
No branches or pull requests
I've been trying to install and use this plugin, but regardless of what I do, the module reports as missing.
I have:
This is what the start of the modules config in my gatsby-config.js looks like:
Any ideas?
The text was updated successfully, but these errors were encountered: