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
Describe the bug
After cloning the project, installing dependencies, and building it successfully, when trying to run the command node cli init as detailed in the doc, I'm getting the following error:
[@squareboat/nestjs-objection] 'pg' validating connection...
[@squareboat/nestjs-objection] 'pg' connection failed, REASON: connect ECONNREFUSED ::1:5432
init :command not found
Describe the bug
After cloning the project, installing dependencies, and building it successfully, when trying to run the command
node cli init
as detailed in the doc, I'm getting the following error:To Reproduce
Based on the documentation:
npm install
npm run build
node cli init
Expected behavior
The
node cli init
command runs properlyScreenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: