I am trying to start an ionic 2 empty project, but it always creates an ionic project. What am I doing:
npm install -g ionic@beta
ionic start Test
but when I open the project, it is still version 1. I tried to completely remove the ion:
sudo npm uninstall -g ionic
sudo npm uninstall -g ionic@beta
sudo npm uninstall -g cordova
but after that, when I type “ionic”, it shows that I have ionic v1.7.14. (This was done several times, and there were no errors).
source
share