You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libraries tree contains each second level dependency twice (one is ok, second is marked as missing) after installation of express.js via npm. Additionally the tree contains an item with current user folder while project folder and/or package.json do not contain any reference to that directory.
To reproduce:
Create new node.js project in Netbeans.
Press "Add libraries" in a context menu of the Libraries item in projects window and install express.
Unfold Libraries subtree to view list of dependencies. It contains express, username (that is a user folder item) and list of other dependencies. Almost each of them is duplicated as missing.
NodeJS Projects plugin Version: 2.28
Node.js v0.12.0.
OS: Windows 8.1 64 bit
Netbeans 8.0.2 (Build 201411181905) Java: 1.8.0_25
The text was updated successfully, but these errors were encountered:
Libraries tree contains each second level dependency twice (one is ok, second is marked as missing) after installation of express.js via npm. Additionally the tree contains an item with current user folder while project folder and/or package.json do not contain any reference to that directory.
To reproduce:
express
.express
,username
(that is a user folder item) and list of other dependencies. Almost each of them is duplicated as missing.NodeJS Projects plugin Version: 2.28
Node.js v0.12.0.
OS: Windows 8.1 64 bit
Netbeans 8.0.2 (Build 201411181905) Java: 1.8.0_25
The text was updated successfully, but these errors were encountered: