Amazon EC2 NodeJS npm does not install modules

I just configured a new micro intsance on amazon ec2.

I checked out node source code and build it.

Now i want to setup express and other node modules but npm does not work.

When i give command e.g. npm install express, it waits there without any further process.

Any help appreciated.