Try
sudo apt-get updateNext install the latest version of typescript globally with
npm install -g typescript@latestAfter it's done, type
tsc -vto see the latest version of typescript installed in your system.
Try
sudo apt-get updateNext install the latest version of typescript globally with
npm install -g typescript@latestAfter it's done, type
tsc -vto see the latest version of typescript installed in your system.