I created a config.json file and then ran the node app.js command.
But even after that, it doesn't prompt for the details and this is all that is on the console:
config file incomplete. Please delete this config file and re-start the app to set up.
Using default connection string
Email is not set up in the config file. User accounts need to be verified manually by the admin.
And when I try removing the config.json and run node app.js
It gives the following error:
Error: Cannot find module '../config'
I created a config.json file and then ran the node app.js command. But even after that, it doesn't prompt for the details and this is all that is on the console:
And when I try removing the config.json and run node app.js It gives the following error:
Error: Cannot find module '../config'