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 269207 - HTML5-Kit/NodeJsApplication: not existing errors indicated
Summary: HTML5-Kit/NodeJsApplication: not existing errors indicated
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-02 05:38 UTC by ms2701
Modified: 2016-12-02 05:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (119.92 KB, text/plain)
2016-12-02 05:39 UTC, ms2701
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ms2701 2016-12-02 05:38:58 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-51-generic running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:

If I remove the local nodes_modules directory (because modules available in global directory), then Netbeans wants to resolve Project problems (Missing npm modules).
If I install these modules locally, then Netbeans indicates some errors in node_modules, but not showing which errors in details.
But NodeJS application works without problems.

How can I achieve a situation without error indicating?
Is it possible to tell netebeans that the global npm Module directory should be used? 

ACTUAL:
  not existing errors are indicated

EXPECTED:
  no error indicating
Comment 1 ms2701 2016-12-02 05:39:05 UTC
Created attachment 163123 [details]
IDE log