-
Notifications
You must be signed in to change notification settings - Fork 42
Home
MyNameIsBatman edited this page Nov 26, 2021
·
5 revisions
Nitro is written in TypeScript which is typed Javascript and compiled down to regular Javascript using Node.
You can check if you already have it by running node -v
from the terminal or command prompt. Nitro requires Node.Js version 12 or higher.
Visit the official Node.Js download page, download the latest installer and execute it.
Visit the official Node.Js package manager page, look for your Linux version and follow the directions provided.