Correctly specify minimum Node version (#582)

This commit is contained in:
Michael Telatynski
2023-03-20 08:22:00 +00:00
committed by GitHub
parent 74579317db
commit 775b03572c
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
If you want to build native modules, make sure that the following tools are installed on your system.
- [Git for Windows](https://git-scm.com/download/win)
- [Node 14](https://nodejs.org)
- [Node 16](https://nodejs.org)
- [Python 3](https://www.python.org/downloads/) (if you type 'python' into command prompt it will offer to install it from the windows store)
- [Strawberry Perl](https://strawberryperl.com/)
- [Rustup](https://rustup.rs/)