Skip to content

Commit c801a98

Browse files
authored
Merge pull request #2850 from cdr/jsjoeio-docs-2745
docs(npm): update node requirements
2 parents 5a1f62a + 0cb5c2e commit c801a98

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/npm.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010

1111
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1212

13-
If you're installing the npm module you'll need certain dependencies to build
14-
the native modules used by VS Code.
13+
If you're installing the npm module you'll need certain dependencies to build the native modules used by VS Code.
1514

16-
You also need at least node v12 installed. See [#1633](https://github.com/cdr/code-server/issues/1633).
15+
- Node.js: version `>= 12`, `<= 14`
16+
17+
_Note: the Node.js version requirements are based on the VS Code Node.js requirements. See [here](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites)._
18+
19+
Related:
20+
21+
- [#1633](https://github.com/cdr/code-server/issues/1633)
1722

1823
## Ubuntu, Debian
1924

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"browser-ide"
114114
],
115115
"engines": {
116-
"node": ">= 12"
116+
"node": ">= 12 <= 14"
117117
},
118118
"jest": {
119119
"transform": {

0 commit comments

Comments
 (0)