anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

Trying to test #142

Closed procarrera closed 3 years ago

procarrera commented 4 years ago

Hi guys, i am trying to reproduce the Getting Started guide but didnt succeed

I cloned and installed all dependencies by: npm install then, in the root folder: mern/ i run: ~/mern$ npm run server:dev

but i am getting this error:

> MERN@1.0.0 server:dev /home/pedro/Desktop/Web/e-commerce/mern
> nodemon NODE_ENV=development --inspect bin/server.js

  Usage: nodemon [nodemon options] [script.js] [args]

  See "nodemon --help" for more.

There is any thing i am doing wrong?

anikethsaha commented 4 years ago

hi, thanks for the issue, nodemon did some breaking release since I last worked on this project. Could you try downgrading your nodemon version, maybe to 1.19.4.

procarrera commented 4 years ago

hello @anikethsaha , i will try downgrading it and let you know asap.

thanks!