gridsome / gridsome-starter-default

🐣 Default starter for Gridsome
https://gridsome-starter-default.netlify.app/
35 stars 33 forks source link

Segmentation fault and command failed. #16

Open Abhinav1217 opened 4 years ago

Abhinav1217 commented 4 years ago

I am just using instructions on the getting started section on gridsome. I installed the cli tool using yarn and then used gridsome create my-gridsome-site . Then I cd into the folder and ran yarn after that I got the following message

[-/6] ⠠ waiting...
error /home/abhinav/Projects/Mummy/Blog/danvega-dev/node_modules/sharp: Command failed.
Exit code: 127
Command: (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
Arguments: 
Directory: /home/abhinav/Projects/Mummy/Blog/danvega-dev/node_modules/sharp
Output:

But since it completed, I ran gridsome develop and then got this error

abhinav@abhinav-sol $ gridsome develop
Gridsome v0.7.14

Segmentation fault
abhinav@abhinav-sol $

How do I resolve it. I tried with npm too, and after installing, I still cant use gridsome develop.

ingobed commented 1 year ago

same error, new installation. It is curious that still, with the years that have passed since this message, it is not corrected.

already tried in several environments, even in docker; a clean install is made, the project is created, the service is tried to run and fails. image although I was curious to work with this, because of a news I saw, I guess, I will have to go for VuePress (I need a stable, reliable, fast and secure environment, and I was told that gridsome was it...).