mucahit04 / mern-todo-app

0 stars 0 forks source link

Update README with working instructions on how to run the application #1

Closed unmeshvrije closed 3 years ago

unmeshvrije commented 3 years ago

When I run npm dev run

I get the following error output

> mcht-todo-list@1.0.0 dev /Users/unmesh/programming/HackYourFuture/student-assignments/class28-mucahit/mern-todo-app
> concurrently "nodemon app.js" "cd client && npm start"

sh: concurrently: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! mcht-todo-list@1.0.0 dev: `concurrently "nodemon app.js" "cd client && npm start"`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the mcht-todo-list@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/unmesh/.npm/_logs/2020-10-20T18_01_42_272Z-debug.log
unmeshvrije commented 3 years ago

I need your help to run this correctly on my machine. Please comment on the issue/ make necessary commits.

mucahit04 commented 3 years ago

let me for a quick check please.

mucahit04 commented 3 years ago

I have edited the way of installing npm packages and the readme file respectively. It should be ok by now.