Fixing error starting new Ionic project

Asked

Viewed 59 times

0

I’m trying to create a new IONIC app but whenever I choose Angular it returns me this error

inserir a descrição da imagem aqui

1 answer

1


So Matheus, you’ve answered this several times and I think you haven’t looked long before you ask this question and it’s quite simple to solve this mistake.


Uninstall Ionic with this command

npm uninstall -g --save ionic

then clears the cache (if it doesn’t work put the --force)

  npm cache clean (--force)

and installs it globally

 npm install -g ionic

Browser other questions tagged

You are not signed in. Login or sign up in order to post.