Answers for "install typescript in ubuntu apt repository"

1

install typescript in ubuntu using sudo command

sudo npm install -g typescript
Posted by: Guest on July-17-2021
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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language