Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Nodejs ui.frontend

Avatar

Level 6

when doing a build nodejs is not downloading from nodejs website because of security issue in client laptop but I added all the node modules and npm from programfiles to project's ui.frontend but when I run th ebuild command it is still trying to download nodejs even after adding nodemodules in project folder. Is there any way to restrict downloading.

 

Thank you in advance.

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Try to remove the execution phase: "install node and npm" from the frontend-maven-plugin. This is in the main pom

EstebanBustamante_0-1693318647259.png

 



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Try to remove the execution phase: "install node and npm" from the frontend-maven-plugin. This is in the main pom

EstebanBustamante_0-1693318647259.png

 



Esteban Bustamante