Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm install) on project mysite.ui.frontend: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
The error gets resolved when I manually create the node_modules present under "ui.frontend\node_modules" from the other machine.
Any pointers what could be wrong that on couple of machine the "npm install" is not working.