dpcreator
dpcreator copied to clipboard
Cant run the client-side
Hi!
I have troubles with running the client-side. When I run the program with Docker and access localhost:8080 - I encounter this error message (first photo of website) that it cant send GET request to the Vue-Settings API (even though there's one handler for it in the API)?
Also, I have tried to build the client side and following the ReadME in the given folder. However, when running the command yarn install - I encounter the following error message (photo of VS code) when it tries to install the devdependency vue-cli-plugin-i18n:
" warning vue-cli-plugin-i18n > [email protected]: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. [2/4] 🚚 Fetching packages... error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.11.0" error Found incompatible module. "
After researching, it seems like Vue 2 has reached its EOL at 31/12-23 and that might be the reason why the module cant find it?