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 253352

Summary: Do not share "node_modules" and "bower_components" directories
Product: web Reporter: Tomas Mysik <tmysik>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal CC: jhavlin, vriha
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 253355    
Bug Blocks:    

Description Tomas Mysik 2015-07-08 09:48:54 UTC
By default, we should not share the "node_modules" and "bower_components" (or what the name is set in .bowerrc) directories (these directories are created and maintained by npm and bower tools).
Comment 1 Vladimir Riha 2015-07-08 10:59:39 UTC
What do you mean by share? :)
Comment 2 Tomas Mysik 2015-07-08 11:21:33 UTC
(In reply to Vladimir Riha from comment #1)
> What do you mean by share? :)

Once you put your newly created project under VCS using NetBeans ;)
Comment 3 Tomas Mysik 2015-07-09 08:02:12 UTC
Should be fixed now. Please verify (in all 4 project types), thanks.

http://hg.netbeans.org/web-main/rev/626d67d94f36
http://hg.netbeans.org/web-main/rev/8914c9e98ab3
Comment 4 Quality Engineering 2015-07-10 01:16:44 UTC
Integrated into 'main-silver', will be available in build *201507100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/626d67d94f36
User: Tomas Mysik <tmysik@netbeans.org>
Log: #253352 - Do not share "node_modules" and "bower_components" directories

Part for "node_modules".