hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
7k stars 2.06k forks source link

npx create-nodejs-express-app doesn't have necessary code. #118

Open ishwarrimal opened 3 years ago

ishwarrimal commented 3 years ago

I tried creating project through create-nodejs-express-app but it wasn't working. App was not able to get env variables. I forked and cloned the project, it has all the latest code and works fine. The one installed through create-nodejs-express-server doesn't even have basic package like dotenv.

Please have a look

hagopj13 commented 3 years ago

@ishwarrimal I just had a look and it is working fine for me. Which node version are you using and what type of machine are you trying to run it on?