madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Update Package.json with missing config package #128

Closed dortzur closed 9 years ago

madhums commented 9 years ago

Actually config is set using the NODE_PATH. From the readme

(Note: When you do npm start, NODE_PATH variable is set from package.json start script. If you are doing node server.js, you need to make sure to set this)