For executing angular js application we need to execute the command npm start. while executing this command in ubuntu i m getting the error “tsc not found”. you can fix the issue using the below commands
sudo npm install -g tsc
sudo npm install -g concurrently
sudo npm install -g typescript
sudo npm install
npm start