frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Maven frontend plugin is failing when when npm registry is set Artifactory
..
401 means unauthorized. Look like your build server doesn't have authority to access your private registry.
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 I am using latest node 14.X and npm with my artifactory and everything works.