-
Notifications
You must be signed in to change notification settings - Fork 97
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
Error: Unable to find plugin "gatsby-remark-images" #45
Comments
mmm… interresting, can I have more information on your system? (os, node version) can you check if you have really |
OS: ubuntu |
Oh sorry you missing that script in package
|
Since I have the netlify hook to check the real build, I don't really need to have a |
Does netlify supports server side rendering? |
Netlify build and serve your static files, gatsby do the "server side rendering" on the build, so it's fit perfectly 😉 Just go on netlify, the documentation is quite good, after you can add some github hooks to generate this kind of build/message (#41 (comment)) 😉 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"
The text was updated successfully, but these errors were encountered: