Open albjeremias opened 6 years ago
Hey there @albjeremias - without digging into the error - any reason for the deploy to Docker?
Otherwise, maybe it's an issue with the version of Node you're running?
Hmm, I don't have experience setting up Docker, but the I was getting an error w/node-sass when trying to run. I got the application to work by:
yarn update
Not sure if this would have any impact on what you're doing?
Also, awesome that you're contributing - Docker would be awesome - thanks! But I am wondering if there are perhaps some other more pressing issues you would want to work on? Namely https://github.com/ResistanceCalendar/resistance-calendar-frontend/issues/177 is a big sticking point in my opinion, as it would be awesome to use some sort of solution like prerender.io.
However, maybe this has become a necessary task, not sure, but just wanted to throw out the possibility of tackling something that might more directly impact the user experience.
I need docker first.. so i can have an environment for development! ;)
@albjeremias - I don't believe you need a docker environment to develop the front end code here, as it's just a React app that runs on Node - or am I missing something?
yes... i dont want to install 10 different nodes/react frameworks on my localmachine having conflicts with each other... did you ever used docker anyway?
I trying to setup a docker image of this project.. but i get this error.. any1 can help? :smile_cat: