Skip to content

Commit

Permalink
docs(@angular/cli): add --location=global flag for Nodejs v16 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
estrellajm committed Aug 22, 2022
1 parent 812c0e6 commit d653342
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -68,7 +68,13 @@ Get started with Angular CLI, learn the fundamentals and explore advanced topics

Install the Angular CLI globally:

```
```bash
# Nodejs v16 & later
npm install --location=global @angular/cli

OR

# Nodejs v14 & older
npm install -g @angular/cli
```

Expand Down

0 comments on commit d653342

Please sign in to comment.