I installed nodejs with the instructions from this post on ubuntu 13.1 All went smooth. After that I installed express by issuing the command
npm install express
which result in
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
but when I now type something like
express demo
I get
The program 'express' is currently not installed. You can install it by typing: sudo apt-get install node-express