How to start ionic angular project specifically at version 5?

I tried the following but it does not recognize the --type option

ionic start UPS.Builder.ion tabs --type=ionic5 

I canNOT use version 6 as it requires Node.js min. v12.20 which will break all my other ionic3 projects maxed currently at Node.js 12.9.1

Thank you.

Hi

While not being the exact answer to your question, Why not use nvm to switch between node versions?

I do this to switch between old and new stuff

1 Like