-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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-remark-images not installing #2419
Comments
Closing this it was a |
This was referenced Dec 23, 2020
This was referenced Feb 10, 2022
This was referenced Jan 2, 2024
This was referenced Jan 2, 2024
This was referenced Mar 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all, not 100% sure whether this is the right place for this issue, but I'm struggling to get
gatsby-remark-images
installed via npm.I'm on windows and I'm aware it needs the
node-gyp / python
malarky so have runnpm install --global --production windows-build-tools
which succeeded and restarted bycmd
prompt.At the moment I'm getting the following after running
npm i --save gatsby-remark-images
:I'm not sure quite where this is falling over internally, so unsure where to start debugging, any thoughts?
EDIT:
Did some more digging and I get the same errors just installing the
gatsby-remark-sharp
plugin too, so I think the issue lies in there.npm install --save gatsby-plugin-sharp === <same errors>
The text was updated successfully, but these errors were encountered: