JohnVonNeumann / opensorcery

Gamified open source contributions.
7 stars 0 forks source link

Fix docker compose up #33

Closed JohnVonNeumann closed 5 years ago

JohnVonNeumann commented 5 years ago

In the last PR, we attempted to run an npm audit fix to fix the clusterfuck of vulns that had popped up in the months since I last committed, this unfortunately bricked pretty much all the JS stuff, this was due to using older methods of install for the vue-cli amongst other things. I worked out that it would be quicker to simply nuke the original frontend/ directory and re-init the repo with the 3.x vue-cli. Got it working, docker-compose up now works again.