570 B
570 B
All tools are intended to be run on either WSL or Linux.
Setup
-
On Windows 10, install the Windows Subsystem for Linux (WSL) with either the Ubuntu or Debian distribution.
-
Open a command line shell: Press Win+R and enter
bash
. -
Install Node.js (source):
wget -qO- https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs
-
Install npm modules:
sudo npm install -g typescript