How do I install angle 4?

2

I need to create a project in angle 4 but when I create it it does it with angle 5. How can I create the project in angle 4?

    
asked by jesus jose 25.04.2018 в 04:45
source

2 answers

1

If the installation is through npm , you can specify the version using:

npm install -g @angular/[email protected] 
    
answered by 25.04.2018 / 06:11
source
0

If you do it by console with angular-cli, you can create it without generating the node_modules ng new myProject --skip-install

Then download the version of your package.json and make the npm install

    
answered by 25.04.2018 в 14:40