Issues running the taiga frontend enviroment locally (without docker)

Hi there!

Yeah, I think I did a poor job explaining myself.

I mentioned Docker because you asked if that is the node version we use in the Docker container for Taiga front. We do not use node in the Docker container, just the compiled HTML/CSS/JS.

So, first things first. In the repository for taiga-front, there is a .nvmrc file. That file tells you the node version to use (taiga-front/.nvmrc at main · taigaio/taiga-front · GitHub).

You can find more info on how to compile taiga-front by yourself here: In self-hosted, where should I put the ".scss" file for the theme? - #4 by Charlie

Best regards!