@Moonrise2473 sembra essere questo il problema, ma la soluzione dovrebbe essere questa
Ma già al secondo comando mi da errore
Install the necessary dependencies for running the web client
# installing npm and yarn
sudo apt update sudo apt install nodejs npm
sudo npm install -g yarn // to install yarn globally
Then in a separate terminal, you can run (e.g) the web client
cd ente/web yarn install NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080/ yarn dev
deleted by creator