airpal
airpal copied to clipboard
Gradle Build Issues on Amazon EC2
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!
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?
Related to BrowserSync/browser-sync#594
Possible fix:
edit src/main/resources/assets/package.json
and change browser-sync
to ~2.6.5
Thanks so much! That fixed the problem for me as well.
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.