Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"browser-ide"
],
"engines": {
"node": ">= 12"
"node": ">= 12 <= 14"
},
"jest": {
"transform": {
Expand Down