js-blog-tutorial icon indicating copy to clipboard operation
js-blog-tutorial copied to clipboard

server directory lacks a package.json

Open sfthurber opened this issue 6 years ago • 1 comments

so the npm -i called for in the readme will not install the needed packages. perhaps change the readme to suggest this instead of npm -i npm i -S path express body-parser express-session cors errorhandler mongoose morgan

sfthurber avatar Jun 04 '18 14:06 sfthurber

Absence of package.json file is preventing installation of server. Please do add it from your local repository.

vaideshshank avatar May 28 '19 11:05 vaideshshank