Occurs an error when generating a new project with herbs new and selecting postgres as database. It says the template file @herbsjs/herbs-cli/src/build/templates/knexFileTopostgres.ejs was not found.
To Reproduce
- Run the following command to generate a new project:
herbs new
- Choose
Postgres on What database do you want to use?
Expected behavior
The new project should be created succesfully.
Screenshots


Additional context
Herbs CLI version: 1.4.0
Operation System: Linux
Possible problem:
The file templates/knexFileTopostgres.ejs is actually named knexFileToPostgres.ejs, so the Linux file system can't find the file.
Occurs an error when generating a new project with
herbs newand selectingpostgresas database. It says the template file@herbsjs/herbs-cli/src/build/templates/knexFileTopostgres.ejswas not found.To Reproduce
herbs newPostgresonWhat database do you want to use?Expected behavior
The new project should be created succesfully.
Screenshots

Additional context
Herbs CLI version: 1.4.0
Operation System: Linux
Possible problem:
The file
templates/knexFileTopostgres.ejsis actually namedknexFileToPostgres.ejs, so the Linux file system can't find the file.