Method 1:
在当前app目录下执行npm install express
Method 2:
1. 当前用户环境变量添加NODE_PATH并设置路径为C:\Users\YOUR_USER_NAME\AppData\Roaming\npm\node_modules
2. 将%NODE_PATH%添加到当前用户环境变量path中
Reference:
http://blog.i-evaluation.com/2012/09/17/error-cannot-find-module-express/
http://stackoverflow.com/questions/9587665/nodejs-cannot-find-installed-module-on-windows