1. Download and install NodeJS
https://nodejs.org/en/
2. Install Angular CLI globally
>cmd prompt
>npm install -g @angular/cli
>Add Environment Variable = %AppData%\npm
>Make current user as default = Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
"rxjs": "~6.6.0",
"rxjs-compat": "^6.6.7",
Comments
Post a Comment