Skip to content

tperezdevelopment/angular-installation-instructions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Installation an Angular Specific Version

Before Installation

  1. Install nvm for Windows to use multiple nodejs versions

    1. Download from: NVM GitHub
    2. For installing and running Node.js version 18
      1. Run: nvm install 18
      2. Run: nvm use 18
  2. Cleaning Angular Global Version Already Installed

    1. Run: npm uninstall -g @angular/cli
    2. Run: npm cache clean --force

Using Angular Version 13.3.0 as the specific version

As a global installation

  1. Run: npm install -g @angular/[email protected]
  2. Run: ng new older-version-app

As a local installation

  1. cd to the folder where you will install the local Angular version
  2. Run: npm install @angular/[email protected]
  3. Run: npx ng new older-version-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published