I want to start using the ionic framework, but unfortunately I\'m already failing on the first step.
I am running Ubuntu 13.04 and I have node v0.10.25 installed. I\
Well I found it finally.
The ionic installation was at /home/guy/npm/bin/ionic, not at /usr/bin/ionic at it should be.
Solved it with:
sudo ln -s /home/guy/npm/bin/ionic /usr/bin/ionic
Thanks!