Nodejs ui.frontend | Community
Skip to main content
Keerthi0555
New Participant
August 29, 2023
Solved

Nodejs ui.frontend

  • August 29, 2023
  • 1 reply
  • 893 views

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EstebanBustamante

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

 

1 reply

EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
August 29, 2023

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

 

Esteban Bustamante