Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vivekrk1992/644550b6d1de8a8c2bd61a93a2393739 to your computer and use it in GitHub Desktop.
Save vivekrk1992/644550b6d1de8a8c2bd61a93a2393739 to your computer and use it in GitHub Desktop.
sudo update-alternatives --config java
sudo update-alternatives --config javac
java and javac both are selected different version so thats the problem
choose same version in both
then rerun ionic it will works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment