Having problems installing ionic on Mac

I had the same problem on my Mac, this can probably be solved MUCH simpler as described here:

So, just issue this command first:

npm -g remove ionic

and then:

npm install -g ionic

Yes and I agree with @rapropos, don’t use “sudo” with “npm” …

2 Likes