timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

output of npm install #9

Closed yohny closed 11 years ago

yohny commented 11 years ago

when you run node.js project using this plugin its not possible to see output of npm install command - in case there are some warnings you don’t know about them. It would be nice if npm install would also be included in outpot window the same way as output of run command

timboudreau commented 11 years ago

It does not currently run npm install.

timboudreau commented 11 years ago

Now offers to run npm install and pipes the output to the output window if you try to run a project which lists dependencies in package.json but has no node_modules subdirectory. See version 2.16.