frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

Maven frontend plugin is failing when when npm registry is set Artifactory

Open krakhil opened this issue 6 years ago • 3 comments

..

krakhil avatar Aug 19 '19 06:08 krakhil

401 means unauthorized. Look like your build server doesn't have authority to access your private registry.

ahnpnl avatar Aug 26 '19 14:08 ahnpnl

When I updated my node to 12.7.0 and npm 6.11.3 I get this error: Failed to run task 'npm config set registry' Failed. org.apache.common.exec.ExecuteException. Process exited with an error 1.

Execution failed for task :'runBuildTool'

When I downgraded the node to 10.16.3 and nom to 6.10.3 ,it was able to build properly.

Is the plugin not working with node 12?

crazyWitch avatar Sep 10 '19 08:09 crazyWitch

@crazyWitch I am using latest node 14.X and npm with my artifactory and everything works.

rajjaiswalsaumya avatar Jan 24 '21 06:01 rajjaiswalsaumya