[nodejs] Re: Find location of module folder

2012-12-21 Thread Christopher Matheson
Forgive me if this is a silly answer but npm list (npm -l) does this doesnt it? and you can list globals by adding the -g not sure about installed locations though On Friday, December 21, 2012 12:03:08 AM UTC, Andy Green wrote: > > I'm trying to write a script that prints the name of all instal

[nodejs] Re: Find location of module folder

2012-12-20 Thread Andy Green
I've found the answer already: http://stackoverflow.com/questions/13981938/print-all-available-node-js-modules/13982458#13982458 On Thursday, December 20, 2012 7:03:08 PM UTC-5, Andy Green wrote: > > I'm trying to write a script that prints the name of all installed modules > to the command line