I just followed a tutorial to install nodejs and npm on my ubuntu 12.04. https://gist.github.com/dwayne/2983873
now after installing both are working fine. I checked them by
node -v npm -v
They seem to give me desired result. My question is I am not able to locate .npmrc file. Is n't it weird.
I want to know is it created by default when we install npm ? or should I create it myself.?