I want to install typescript, so I used the following command:
npm install -g typescript
and test tsc --version, but it just
tsc --version
Easy fix for Mac I found. Just run these commands:
sudo npm install -g concurrently sudo npm install -g lite-server sudo npm install -g typescript
Nothing worked except this for me.