684 B
684 B
Setting up the environment
This page describes what you need to install before you can run the tools from the various repositories. We expect that you use Windows 10.
Steps
-
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_11.x | sudo -E bash - sudo apt-get install -y nodejs
-
Install npm modules:
sudo npm install -g typescript