YouHusam / hanx.js

Full-stack Javascript boilerplate with NodeJS, HapiJS, PostgreSQL and AngularJS
Other
23 stars 5 forks source link

broken from the very beginning #6

Open panKt opened 8 years ago

panKt commented 8 years ago

I completed all steps needed for startup, and when I run grunt I get this:

Error creating a connection to Postgresql using the following settings:
     { host: 'localhost',
      port: 5432,
      schema: true,
      ssl: false,
      adapter: 'postgre',
      database: 'development',
      user: 'hanx',
      password: 'password',
      identity: 'postgreDefault' }

at the same time I'm able to connect using those credentials via pgAdmin, DataGrip & just regular pg-promise

YouHusam commented 8 years ago

Hi, can you please post the whole output?