I have created new express app using express generator.
After navigating to my app, when I try to run node app.js
nothing happens.
I also tried to run it using nodemon package but server is still not running.
However when i set SET DEBUG=NodeVue:* & npm start
and then use npm start
command everything works fine..
Can anybody please explain me with why node app.js
command is not working.
Thanks in advance.
via Rohit Waghela
No comments:
Post a Comment