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 - Install bower, grunt, gulp, etc. should really install the tools via npm
Summary: Install bower, grunt, gulp, etc. should really install the tools via npm
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-05 08:40 UTC by Christian Lenz
Modified: 2016-02-05 09:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.