Closed ProbstenHias closed 5 months ago
Hi @ProbstenHias , I went through all the logs and I think my problem was with the nodejs and npm installation. I am using WSL so I had installed nodejs in windows and not in WSL Ubuntu. What id did was uninstalling nodejs and npm and nvm from Windows and install it from WSL2 terminal. that fixed this issue you commented.
I am following the quick start guide and the step where you run
docker-compose up
gives me the following errors:This error probably occurs for all submodules that have Angular CLI as a dependency and uses
node:12
in their corresponding Dockerfiles, meaning:Kind Regards, Matthias