I'm just starting with node.js and express framework, following this tutorial:
http://expressjs.com/starter/generator.html
After running in console express myapp
and cd myapp && npm install
when I run node app.js
nothing happens. The command returns immediately, while I was expecting it to wait for incoming messages. No error are shown either. I'm on Windows 7 x64 and the commands are run from an ADMIN console.
Any help will be appreciated.
The tutorial says to run
set DEBUG=myapp & node ./bin/www
You don't run it with
node app.js
in express v4.x
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With