open-covid19 / website-gatsby

MIT License
0 stars 0 forks source link

can't develop/build gatsby site #1

Open pascalwhoop opened 4 years ago

pascalwhoop commented 4 years ago

Hi, I can't built this yet.

$ npm run develop                                                                                                                                       10.9s

> gatsby-starter-default@0.1.0 develop /home/pascalwhoop/Documents/Code/opencovid19/website-gatsby
> gatsby develop

success open and validate gatsby-configs - 0.018s
success load plugins - 0.267s
success onPreInit - 0.006s
success initialize cache - 0.024s
success copy gatsby files - 0.024s
success onPreBootstrap - 0.007s
success createSchemaCustomization - 0.004s

 ERROR 

The path passed to gatsby-source-filesystem does not exist on your file system:
/home/pascalwhoop/Documents/Code/opencovid19/website-gatsby/src/images
Please pick a path to an existing directory.
See docs here - https://www.gatsbyjs.org/packages/gatsby-source-filesystem/

not finished source and transform nodes - 0.063s
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gatsby-starter-default@0.1.0 develop: `gatsby develop`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the gatsby-starter-default@0.1.0 develop script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pascalwhoop/.npm/_logs/2020-03-15T23_18_56_402Z-debug.log
melaniam commented 4 years ago

Hi @pascalwhoop, sorry about that! Please try again now.

I removed the images directory, and locally it was still working for me. Added it back now, along with Open Covid-19 logo, in case we need it.

pascalwhoop commented 4 years ago

Hi @melaniam I'm sorry but I have to deal with the fallout of covid19 myself in the professional world now and I can't find any time at the moment which is frustrating. So if you feel like hosting this yourself, that's also fine with me. I can do DNS resolutions if you want but I won't have a chance to do much else.

melaniam commented 4 years ago

Hi @pascalwhoop that's understandable given the circumstances. Stay healthy and safe!

I'll think about an easy hosting solution and come back to you with that.