The solution should not go down as suggested by the previously accepted answer, but update Node as suggested in this answer .
Ionic should work on Node> 6.
So, I decided to update it Node on my Mac using Brew, for example:
brew upgrade node
brew link --overwrite node
Node was first updated. The second was needed to overwrite the other Node binaries that I had.
Node 7, .