Answers for "install tsc in ubuntu"

0

how to install typescript on ubuntu

sudo npm install -g typescript

In ubuntu you have to add sudo at the begining to install global packages.
Because sudo have the permisson to install gobal packages on ubuntu.
Posted by: Guest on February-08-2022
4

tsc install command

npm install -g typescript
Posted by: Guest on May-01-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language