0

I have installed NodeJS v17.5.0 but when I am trying to install angular/cli using npm syntax in command prompt it is showing error

C:\Users\bjnai>npm install -g @angular/cli

The syntax of the command is incorrect.
The syntax of the command is incorrect.
The syntax of the command is incorrect.
/F was unexpected at this time.

Error Image

1 Answers1

0

Try running these commands:

npm cache clean --force
npm install -g @angular/cli

Next time better just paste errors here, so we can copy them.

AiMir
  • 21
  • 3