Closed locua closed 5 years ago
When trying to run locally I'm getting this error when running npm run dev:
npm run dev
createdb: could not connect to database template1: FATAL: role "<username>" does not exist username is my username
createdb: could not connect to database template1: FATAL: role "<username>" does not exist
I've seen some postgresql errors online talking about using the postgres user. Is this necessary?
Running on Ubuntu
node --version v13.3.0 npm --version 6.13.2
Thanks
my bad, didn't read the instructions thoroughly
When trying to run locally I'm getting this error when running
npm run dev
:createdb: could not connect to database template1: FATAL: role "<username>" does not exist
username is my usernameI've seen some postgresql errors online talking about using the postgres user. Is this necessary?
Running on Ubuntu
node --version v13.3.0 npm --version 6.13.2
Thanks