Answers for "check typescript version 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
0

how to check typescript version for my react-app

Go to the root directory of your project, and run the following command

./node_modules/typescript/bin/tsc -v
Posted by: Guest on October-21-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language