When I use the command install -g @ angular/cli
NodeJS starts to load all the dependencies of the Angular, but when it starts downloading the file [email protected]
it stops and does not load anymore and also does not generate errors. I tried to install chokidar individually and saw that at the address it tries to get the file it does not find content with only this {}
.
To check what I say, just try the command install -g @chokidar
on NodeJS and see what I mean. Now the question is: how do I install Angular having this problem?