File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ platform or architecture.
41
41
** note:** Installing via ` npm ` requires certain dependencies for the native module builds.
42
42
See [ ./doc/npm.md] ( ./doc/npm.md ) for installing these dependencies.
43
43
44
+ You also need at least node v12 installed. See [ #1633 ] ( https://github.com/cdr/code-server/issues/1633 ) .
45
+
44
46
``` bash
45
47
npm install -g code-server
46
48
code-server
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Please refer to [VS Code's prerequisites](https://github.com/Microsoft/vscode/wi
9
9
10
10
Differences:
11
11
12
- - We are not constrained by node version
12
+ - We require at least node v12 but later versions should work
13
13
- We use [ fnpm] ( https://github.com/goreleaser/nfpm ) to build .deb and .rpm packages
14
14
15
15
## Development Workflow
Original file line number Diff line number Diff line change 3
3
If you're installing the npm module you'll need certain dependencies to build
4
4
the native modules used by VS Code.
5
5
6
+ You also need at least node v12 installed. See [ #1633 ] ( https://github.com/cdr/code-server/issues/1633 ) .
7
+
6
8
## Ubuntu, Debian
7
9
8
10
``` bash
Original file line number Diff line number Diff line change 92
92
" coder" ,
93
93
" vscode-remote" ,
94
94
" browser-ide"
95
- ]
95
+ ],
96
+ "engines" : {
97
+ "node" : " >= 12"
98
+ }
96
99
}
You can’t perform that action at this time.
0 commit comments