1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,8 +1,7 @@
***
---
title: Using a different Node version
order: 30
---------
---
Now that you've got Node setup, we can start setting up the FreeSewing
development environment.
@ -18,8 +17,8 @@ To see the different Node versions on your system, run this command:
nvm ls
```
It will show you a list of local node versions.
Either the version number, or an *alias* that points to a specific version.
It will show you a list of local node versions.
Either the version number, or an _alias_ that points to a specific version.
You should see the `lts/*` alias in the list which is what we've just installed.
### nvm ls-remote
@ -53,3 +52,4 @@ nvm use v10.22.1
If you picked a version that is not installed, `nvm` will simply tell you
and even suggest the command you should type to install it. Handy!