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.
Solved! Go to Solution.
Views
Replies
Total Likes
Try to remove the execution phase: "install node and npm" from the frontend-maven-plugin. This is in the main pom
Try to remove the execution phase: "install node and npm" from the frontend-maven-plugin. This is in the main pom