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 244461 - Ability to call 'npm install' from the IDE
Summary: Ability to call 'npm install' from the IDE
Status: RESOLVED DUPLICATE of bug 244322
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 12:14 UTC by Martin Fousek
Modified: 2014-05-13 12:44 UTC (History)
2 users (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 Martin Fousek 2014-05-13 12:14:34 UTC
We are using NodeJS's package.json to download (using NPM) Grunt and its plugins before developing (to omit the need to hold node_modules in the repository). Nice to have would be possibility to call `npm install` somehow from the NetBeans IDE - using the package.json context menu or ideally by context menu on the project once it contains package.json or similarly.

Thanks.
Comment 1 Martin Fousek 2014-05-13 12:44:39 UTC
Sorry, it's likely duplicate of issue #244322 about the NPM support.

*** This bug has been marked as a duplicate of bug 244322 ***