cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ant npminstall and increased build time

former_member954576
Discoverer
2,818

Hi,

I am working on a smartedit extension and I had to run "ant npminstall" to build it. But now, everytime I run any task of ant, the build time has increased with a factor of 2 to 3 depending on the task. Is there a way to deactivate the npm task?

View Entire Topic
Former Member

Delete hybris/bin/modules/npm-ancillary/npmancillary/resources/npm/node_modules folder and the Smartedit custom modules are suddenly not included in the build anymore.

Smartedit should really get build support for srctouch or something like all the other extensions, because the current build times are just ridiculous.