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.
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 thevue-cli
amongst other things. I worked out that it would be quicker to simply nuke the originalfrontend/
directory and re-init the repo with the 3.xvue-cli
. Got it working,docker-compose up
now works again.