You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also the version of postgresql is a bit dated, should we upgrade to the latest version (i.e. 16 or 17?
Other errors:
Configure postgres to listen on network connection.
$ sudo sed -i "s/#\?listen_address.*/listen_addresses '*'/" /etc/postgresql/12/main/postgresql.conf
sed: can't read /etc/postgresql/12/main/postgresql.conf: No such file or directory
$ echo "host all all all md5" | sudo tee --append /etc/postgresql/12/main/pg_hba.conf > /dev/nulltee: /etc/postgresql/12/main/pg_hba.conf: No such file or directory
Configuring Node.js: The code below generates an error
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"^20.17.0 || >=22.9.0"}
npm ERR! notsup Actual: {"npm":"8.1.2","node":"v16.13.2"}
I have not managed to proceed beyond configuration of Node JS.
Describe the problem
https://github.com/colouring-cities/ccrp-technical-manual/wiki/Setting-up-a-local-development-environment was tested with Ubuntu 20.04 LTS
Ubuntu 20.04 LTS in weeks - see https://endoflife.software/operating-systems/linux/ubuntu
https://github.com/colouring-cities/ccrp-technical-manual/wiki/Setting-up-a-local-development-environment was tested with Ubuntu 24 - and reportedly it fails
The text was updated successfully, but these errors were encountered: