airpal icon indicating copy to clipboard operation
airpal copied to clipboard

Gradle Build Issues on Amazon EC2

Open curry36 opened this issue 9 years ago • 4 comments

Hi there, Installing on an EC2 server running Amazon Linux, with the user set as "ec2-user", I've cloned the git repo, made everything in the airpal folder executable, and tried running the ./gradlew script with:

  • useLocalNode (tried v0.10.33, v0.12.0, v0.12.2)
  • Gradle's own Node version (i.e. no flags on "clean shadowJar" command)

Both ways end in a build failure at the same point, with the following error message (see gist): https://gist.github.com/curry36/ee6e3bdd788a58db761b

Thanks!

curry36 avatar Apr 29 '15 07:04 curry36

I’ve got the same issue on OS X 10.9.5 (node v0.10.38, gradle 2.3). Any ideas how to fix that?

hacfi avatar May 01 '15 20:05 hacfi

Related to BrowserSync/browser-sync#594

Possible fix: edit src/main/resources/assets/package.json and change browser-sync to ~2.6.5

hacfi avatar May 01 '15 21:05 hacfi

Thanks so much! That fixed the problem for me as well.

curry36 avatar May 01 '15 22:05 curry36

Sorry for the delays in responding! This seems to be the same issue as in #112. I'll follow up in that thread. If bumping the browser sync version is all it takes, we can easily do that.

andykram avatar May 12 '15 23:05 andykram