Merge pull request #2850 from cdr/jsjoeio-docs-2745

docs(npm): update node requirements
This commit is contained in:
Joe Previte 2021-03-10 12:26:31 -07:00 committed by GitHub
commit c801a98e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -10,10 +10,15 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
If you're installing the npm module you'll need certain dependencies to build
the native modules used by VS Code.
If you're installing the npm module you'll need certain dependencies to build the native modules used by VS Code.
You also need at least node v12 installed. See [#1633](https://github.com/cdr/code-server/issues/1633).
- Node.js: version `>= 12`, `<= 14`
_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)._
Related:
- [#1633](https://github.com/cdr/code-server/issues/1633)
## Ubuntu, Debian

View File

@ -113,7 +113,7 @@
"browser-ide"
],
"engines": {
"node": ">= 12"
"node": ">= 12 <= 14"
},
"jest": {
"transform": {