Where does npm store node modules?

I just setup official node.js on windows which includes npm in custom directory d:\myserver\nodejs

I tested npm with

npm install less

it works but I can't see any less directory in node_modules\npm\node_modules subdirectory.

Where could I find it (I guess the name of less module is actually less).

under : node_modules

just check where you where pointer "in what directory were you" at the time of the installation

d:\myserver\nodejs -> node_modules