I have installed Node.js through the installer on their webpage and added it\'s path to my environment variable so I can use node and npm through the c
node
npm
You should install the express globally.
npm install express -g