Replies: 2 comments 5 replies
-
Many people struggled to manage this issue of libvips and you'll find hints by Googling with keywords like The follwing page mentioned in the error message also helps: https://sharp.pixelplumbing.com/install Please take a look at these lines to see what the cause is:
(I recommend to wrap the error message in a code block so that other people would be able to catch the point :) ) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Was it working in the same system before ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My blog currently uses gatsby-theme-novela, which is not longer been supported by the team. Whenever I try to run gatsby develop, I run into peer dependency errors. Deleting node_modules and package-lock.json file and running npm-install doesn't work also.
When I run npm-install, I get the error below:
Running npm-install with --force or --legacy-peer-deps throws the error below:
Below is what my package.json file looks like:
I have also tried downgrading gatsby-cli to v2 but to no avail. Please advise on how to tackle this issue.
Beta Was this translation helpful? Give feedback.
All reactions