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?
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?
If the installation is through npm
, you can specify the version using:
npm install -g @angular/[email protected]
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