Skip to content

Commit 2c2f898

Browse files
committed
docs(npm): update node requirements
1 parent 1da1d8c commit 2c2f898

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/npm.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# npm Install Requirements
44

5-
- [Ubuntu, Debian](#ubuntu-debian)
6-
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
7-
- [Alpine](#alpine)
8-
- [macOS](#macos)
9-
- [FreeBSD](#freebsd)
5+
- [npm Install Requirements](#npm-install-requirements)
6+
- [Ubuntu, Debian](#ubuntu-debian)
7+
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
8+
- [Alpine](#alpine)
9+
- [macOS](#macos)
10+
- [FreeBSD](#freebsd)
1011

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

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

16-
You also need at least node v12 installed. See [#1633](https://github.com/cdr/code-server/issues/1633).
16+
- Node.js: version `>= 12`, `<= 14`
17+
18+
_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)._
19+
20+
Related:
21+
22+
- [#1633](https://github.com/cdr/code-server/issues/1633)
1723

1824
## Ubuntu, Debian
1925

0 commit comments

Comments
 (0)