Cannot Read Property 'sync' Of Undefined
I am following a tutorial on how to set up a basic mvc in Nodejs using the hapi server and a few other packages. Tutorial: https://www.sitepoint.com/node-js-mvc-application/ Git fo
Solution 1:
I have got it working by moving my index.js file to the models folder.
This file has the necessairy scripts that dispatches sequelise in the model thus fixing the problem.
Post a Comment for "Cannot Read Property 'sync' Of Undefined"