sudo npm install -g @angular/cli will throw an error

0

OS (lsb_release -a) No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.04 Release: 19.04 Codename: disco

node -v V12.4.0

npm -v 6.9.0

Using the angular cli installation command: sudo npm install -g @angular/cli

I get this error

There's no such file '/home/user/.angular-config.json', I have tried creating it by the 'touch' command, but it gave another error

user6301493

Posted 2019-06-06T09:01:05.803

Reputation: 1

No answers