Node.js and the express generator are really convenient and clear. However, I cannot start my server by running c: \ my-application-root> DEBUG = my-application./bin/www
Windows does not seem to understand this command. However, I can run it by calling node./bin/www
Am I missing something?
Dieter 'user1027339'
source share