Rushi dave
Rushi dave

Reputation: 164

Command line(@angular/cli) not install in angular 6

I have to install npm and node

npm version - 6.4.0

node version -v6.3.1

when I have to install npm install -g @angular/cli an error occurred in npm

I was trying npm install -g npm@latest but same error

enter image description here

Upvotes: 2

Views: 85

Answers (1)

Suren Srapyan
Suren Srapyan

Reputation: 68675

For working with @angular/cli you need to install Node JS higher than 6.9.7

Upvotes: 1

Related Questions