gradle-profiler icon indicating copy to clipboard operation
gradle-profiler copied to clipboard

installDist npmInstall task failed

Open issamux opened this issue 4 years ago • 1 comments
trafficstars

Hi, i followed step in Readme like this :

  • checkout v0.15.0
  • ./gradlew installDist

OutPut error :

> Task :npmInstall FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':npmInstall'.
Process 'command 'xxx/gradle-profiler/.gradle/nodejs/node-v10.14.0-linux-x64/bin/npm'' finished with non-zero exit value 139

Env info :

OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)

issamux avatar Dec 16 '20 22:12 issamux

well the bug is related more to npm install

setting npm download = false solved my issue, project builded , but of course this is not a solution for this issue.

issamux avatar Dec 16 '20 22:12 issamux