HELP WITH THE IONIC!

Asked

Viewed 47 times

-1

Guys, I just installed Ionic on Ubuntu and it came in the latest version, in the case of 4 (4.12.0, to be exact), how can I install version 3 ? can do ?inserir a descrição da imagem aqui

1 answer

0


So you probably should have given one npm install -g ionic right? Doing this npm will always fetch the latest officially available updated version, in case there 4.12.0 for you to install a previous version (downgrade, otherwise upgrade) can follow the following steps:

  • Step 1 - Uninstall version 4.12.0 previously installed with the command

    npm uninstall -g ionic
    
  • Step 2 - Install exactly the version you prefer

    npm install -g [email protected]
    

This "forces" npm to download and install exactly this version.

Browser other questions tagged

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