Jonas
Jonas
run in the cloned plasp/ directory: $ git submodule update --init --recursive
I am not sure if I misunderstand the Answer here. But apparently on startup the MariaDB needs too long to start, so the pod throws an error like seen above....
Had the same issue on mac. - swiched from dev to master branch. - ran: ``` rm -rf node_modules **/node_modules npm install docker-compose up ``` I think if you don't...
Maybe add ```npm install``` before ```docker-compose up``` in the README.md if this is a common issue