#Facing issue with Yarn setup in Windows(WSL)

1 messages · Page 1 of 1 (latest)

iron viper
#

I encountered an error when running the command make postgres-on-linux for local setup.
The error message indicates that the PostgreSQL cluster is not running on port 5432, but when I checked the running clusters, it showed that PostgreSQL is running on ports 5433 and 5434.

wide merlin
#

I'm debugging WSL setup currently

wide merlin
#

It seems to be a different issue, I could not reproduce it

#

It seems that you have both postgres 16 and postgres 15 installed. I suspect a conflict there. Twenty only supports postgres 15

#

mmmh, our scripts seems to install PG15+PG16 actually