Can't find command ionic

after npm install -g ionic
when i try to use “ionic start …”
it response “The command “ionic” is either misspelled or could not be found.”

Hi, @DargEdge
Have you tried to uninstall ionic CLI npm uninstall -g ionic and reinstall it npm install -g ionic again?

Try this:

npm uninstall -g ionic
npm install -g ionic

This happens to me sometimes after I update ionic, what I did is to uninstall and reinstall again

npm uninstall ionic -g
npm install ionic -g