Open FDiskas opened 6 years ago
mmm… interresting, can I have more information on your system? (os, node version) can you check if you have really gatsby-remark-images
into your node_modules
? (I will need your help, I don't have personnally this issue on my computer :wink: )
OS: ubuntu NPM: 5 Node: 8
Ok tried from scratch again and it's worked now. But yarn serve
does not. Instead I got
Yes i did build before serve
Oh sorry you missing that script in package please add
"preserve": "npm run build",
"serve": "gatsby serve",
Since I have the netlify hook to check the real build, I don't really need to have a serve
script :wink: but it's a good idea for this starter 👍
Does netlify supports server side rendering? How can i set it up?
Netlify build and serve your static files, gatsby do the "server side rendering" on the build, so it's fit perfectly :wink:
Just go on netlify, the documentation is quite good, after you can add some github hooks to generate this kind of build/message (https://github.com/fabien0102/gatsby-starter/pull/41#issuecomment-350590144) :wink: And also build on every branch modifications or custom hook. So you have your entire CI / hosting solution just with github and netlify.
npm i
npm start
Error: Unable to find plugin "gatsby-remark-images"