airpal
airpal copied to clipboard
Issue running Airpal
Even after setting SET NODE_ENV='development' I am not able to open Airpal home page
is port 8081 accepting connections? Did you try connecting to 8080 or any other open port?
These are the ports listening in my VM.
I tried connecting to 8008 port and 8880 ports but showing as Unable to start server as Address is already in use.
Seems like app.js and plugin.js are not getting packaged in the jar. I hit this issue too when I was trying to specify presto version during build. What command do you use in step 1? Just run "./gradlew clean shadowJar" and move on.
Which version of node and npm combination is better for running Airpal application ? Currently i used 0.12 node , 2.5.1 for npm .
Thanks Surendra
I am able to see sample text hello world after running Airpal but React Js components are not loaded properly. So the page is showing blank.
How to fix this issue .
i have the same issue,
➜ ~ node -v
v7.0.0
➜ ~ npm -v
3.10.8
but