kyleburke
kyleburke
I was able to get around a similar error by not specifying the prestoVersion. Not sure if it will work but you may want to try it. Try this: sudo...
Are you saying the build did not work? After the build, the next two steps are create mysql database and setup reference.yml. After that you do the migrate database step....
If you have node and npm install locally that should be fine and you can go to next step.
I'm going to guess that your issue is a misconfiguration in reference.yml. I got it working in my environment tonight and all my issues involved not setting up reference.yml and...
I've upgraded to java 8 and now I'm getting the following errors (and more...). Below are the errors at the top of the list. It appears there is an issue...
I've gotten past this error. Following the instruction to build airpal, I specified the "-Dairpal.prestoVersion=0.119" option. That didn't work but when I removed the option the build completed successfully. ./gradlew...