Estou tentando instalar essa versão do Angular npm install -g @angular/cli e não consigo, aparece o seguinte erro:
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /usr/local/lib/node_modules/@angular/cli
npm ERR! arg Argument starts with non-ascii dash, this is probably invalid: –g
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "–g": Tags may not have any characters that encodeURIComponent encodes.
npm ERR! A complete log of this run can be found in:
A versão do meu node é 16.13.0 e eu uso macos.
Alguém poderia me ajudar, por favor?
Obrigada.