“So installieren Sie TypeScript auf Ubuntu” Code-Antworten

So installieren Sie TypeScript auf 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.
Tough Tiger

Installieren Sie das Typenkript im Knotenprojekt

//Author:Mohammad Arman Khan
//Command to install typeScript in node(express)Project
npm i -D @types/node typescript ts-node
Repulsive Ray

So installieren Sie TypeScript unter Linux

npm install -g typescript //global instalation
Vasvi Sood

So installieren Sie TSU

pkg install tsu
Hastings Keith

Ähnliche Antworten wie “So installieren Sie TypeScript auf Ubuntu”

Fragen ähnlich wie “So installieren Sie TypeScript auf Ubuntu”

Weitere verwandte Antworten zu “So installieren Sie TypeScript auf Ubuntu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen