How to install typescript on Ubuntu

1. Install node

Firstly you have to install node, if you haven’t done that yet just type these two commands:

curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash –
sudo apt-get install -y nodejs

 

2. Install Typ…


This content originally appeared on DEV Community and was authored by Damian Brdej

1. Install node

Firstly you have to install node, if you haven't done that yet just type these two commands:

curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -
sudo apt-get install -y nodejs

 

2. Install TypeScript

When your node is installed, you can proceed to install TypeScript:

npm install -g typescript

 

3. Check if everything works

Now check if everything working properly by typing this simple command:

tsc

You should see a version of TypeScript you just install, and a list of options for tsc command.


This content originally appeared on DEV Community and was authored by Damian Brdej


Print Share Comment Cite Upload Translate Updates
APA

Damian Brdej | Sciencx (2021-04-14T20:47:23+00:00) How to install typescript on Ubuntu. Retrieved from https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/

MLA
" » How to install typescript on Ubuntu." Damian Brdej | Sciencx - Wednesday April 14, 2021, https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/
HARVARD
Damian Brdej | Sciencx Wednesday April 14, 2021 » How to install typescript on Ubuntu., viewed ,<https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/>
VANCOUVER
Damian Brdej | Sciencx - » How to install typescript on Ubuntu. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/
CHICAGO
" » How to install typescript on Ubuntu." Damian Brdej | Sciencx - Accessed . https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/
IEEE
" » How to install typescript on Ubuntu." Damian Brdej | Sciencx [Online]. Available: https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/. [Accessed: ]
rf:citation
» How to install typescript on Ubuntu | Damian Brdej | Sciencx | https://www.scien.cx/2021/04/14/how-to-install-typescript-on-ubuntu/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.