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
I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item
Version
generator-angular-fullstack
5.0.0-rc.2
Node
v10.5.0
npm
6.1.0
Operating System
Ubuntu 18.04
Item
Answer
Transpiler
TypeScript
Markup
Pug
CSS
SCSS
Router
ui-router
Client Tests
Mocha
DB
SQL
Auth
Y
On running the generator and trying npm run start:server, node immediately exits with:
throw new SequelizeStoreException('Database connection is required')
On running the generator and trying npm run start:server, node immediately exits with:
throw new SequelizeStoreException('Database connection is required')
The issue is in server/config/express.js:52:
Which should read:
The text was updated successfully, but these errors were encountered: