Run this command:
npm list -g --depth=0
The output will look something like this:
/usr/lib
├── @angular/[email protected]
├── [email protected]
└── [email protected]
Run the same command used to install it:
npm install -g @angular/cli
Run this command:
npm list -g --depth=0
The output will look something like this:
/usr/lib
├── @angular/[email protected]
├── [email protected]
└── [email protected]
Run the same command used to install it:
npm install -g @angular/cli