I am having issues installing Cordova and Ionic. At first I couldn\'t because of what seems to be a corrupted installation, that led me to uni
It happened to me when I tried to install a ionic3 project with npm@5.8, well I solved this issue just add some params, use the following:
npm i --unsafe-perm
and it works.