We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7457931 commit 775b035Copy full SHA for 775b035
docs/windows-requirements.md
@@ -5,7 +5,7 @@
5
If you want to build native modules, make sure that the following tools are installed on your system.
6
7
- [Git for Windows](https://git-scm.com/download/win)
8
-- [Node 14](https://nodejs.org)
+- [Node 16](https://nodejs.org)
9
- [Python 3](https://www.python.org/downloads/) (if you type 'python' into command prompt it will offer to install it from the windows store)
10
- [Strawberry Perl](https://strawberryperl.com/)
11
- [Rustup](https://rustup.rs/)
package.json
@@ -11,6 +11,9 @@
},
12
"license": "Apache-2.0",
13
"files": [],
14
+ "engines": {
15
+ "node": ">=16.0.0"
16
+ },
17
"scripts": {
18
"i18n": "matrix-gen-i18n",
19
"prunei18n": "matrix-prune-i18n",
0 commit comments