Open eboye opened 3 years ago
thank you for the issue i will look into this bug asap @eboye
I've managed to run it by changing the package.json scripts to:
"scripts": {
"serve": "npx -p @vue/cli-service vue-cli-service serve",
"build": "npx -p @vue/cli-service vue-cli-service build",
"lint": "npx -p @vue/cli-service vue-cli-service lint"
},
I've ran docker compose up but it gives me this error in Frontend container:
I've tried running yarn install inside frontend folder thinking it may need node-modules, but without success.