sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

Fix require resolve error on windows 10 #31

Closed stephaneerard closed 8 years ago

stephaneerard commented 8 years ago

After a bare install following instructions, hit this : Error: Cannot find module 'C:\code\testmodels/..configconfig.json'

sdepold commented 8 years ago

Cool. I always thought node would handle this internally somehow.