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 254271 - Node Version Manager (nvm) support
Summary: Node Version Manager (nvm) support
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 12:49 UTC by dusty
Modified: 2016-09-21 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 dusty 2015-08-11 12:49:10 UTC
Node Version Manager (https://github.com/creationix/nvm) is a popular distro to easily install (possibly different versions of) node on various OS.

Netbeans 8.1 beta was not able to detect the node and npm executables, and even by selecting them by hand resulted in netbeans telling me that it was unable to "list npm packages" and to reconfigure it.

Out of the box support would be very handy, otherwise some instructions on how to manually configure netbeans to use npm would be very welcome.
Comment 1 Petr Pisl 2015-08-13 12:14:57 UTC
Reassigning.
Comment 2 Tomas Mysik 2015-08-17 07:48:06 UTC
@vriha: Láďo, you have tried nvm, right? Or am I wrong?

Thanks.
Comment 3 dusty 2015-10-25 11:01:46 UTC
Update about the latest netbeans RC release:

* node is not detected automatically

* even choosing the executable by hand by entering the complete path, if using node v4.2.1 (current production LTS release) netbeans automatically download sources of version 0.12

* Even manually entering the path of node and npm in the project properties I see the error "Unable to list the installed npm packages"
Comment 4 dusty 2016-09-21 12:44:51 UTC
This seems to not apply anymore since ES6 support