I installed Ionic and cordova with npm install -g ionic
and npm install -g cordova
and when i try to launch a simple command such as
ionic start appname blank
I get the error : Ionic isn't recognized as an internal or external command.
I checked the version installed of both cordova and ionic with npm info ionic version
and npm info cordova version
and both are correctly installed
cordova : v 6.0.0
ionic : v 1.7.14
I tried to npm clean cache and reinstall both and it does not work either.
My environment path are the following:
User variable : PATH C:\Users\arnaud\AppData\Roaming\npm
System variable : path : C:\Program Files\nodejs\ is present
Thank you for your help