This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257861

Summary: Install bower, grunt, gulp, etc. should really install the tools via npm
Product: javascript Reporter: Christian Lenz <chrizzly>
Component: Node.jsAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2016-02-05 08:40:04 UTC
Inside the HTML/JS options, you have Bower, Grunt, Gulp, and so on. On each tab there is a link called "install bower", "install sass", "install grunt" etc. these links opens the browser and link to the place where I have to download and install it by my own. What I expect is that install will do an "npm install -g bower" for the tools. This would be very handy to set the functionality to this link to install it via npm and not open an external link.


Regards

Chris
Comment 1 Petr Pisl 2016-02-05 09:56:14 UTC
Reassigning to Tomas.