DEV Community

Discussion on: How to run multiple Node and Angular versions simultaneously

Collapse
 
patricepeartree profile image
Patrícia Pereira

Well, I guess you can have some workarounds for that. You can npm init a directory just to be able to install locally the Angular version you want, and then use that one to ng new your new project. Or you can leverage Docker with mounted volumes and create a project from within a container with your desired Angular version.