just installed new ubuntu vm to test around with node installed things in this order:
node mongodb-server npm express mongoose
now, trying
With the release of Express 4.0.0 it looks like you need to do sudo npm install -g express-generator.
sudo npm install -g express-generator.