File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
directories :
4
4
- node_modules
5
5
node_js :
6
- - 9
6
+ - 10
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ To learn command line basics we recommend [Really Friendly Command Line Intro](h
22
22
## System requirements
23
23
24
24
- [ Git] ( https://git-scm.com/ ) 2.0, or newer
25
- - [ Node.js] ( https://nodejs.org/ ) 8.6 , or newer
26
- - [ npm] ( https://www.npmjs.com/ ) 5.4 , or newer
25
+ - [ Node.js] ( https://nodejs.org/ ) 10.0 , or newer
26
+ - [ npm] ( https://www.npmjs.com/ ) 6.0 , or newer
27
27
28
28
We recommend [ nvm] ( https://github.com/creationix/nvm ) or [ n] ( https://github.com/tj/n ) to install Node.js.
29
29
Original file line number Diff line number Diff line change 1
1
var verifySystem = require ( './vendor/workshop-setup' ) . verifySystem ;
2
2
3
3
verifySystem ( [
4
- verifySystem . validators . node ( '>=8.6 .0' ) ,
5
- verifySystem . validators . npm ( '>=5.4 .0' ) ,
4
+ verifySystem . validators . node ( '>=10.0 .0' ) ,
5
+ verifySystem . validators . npm ( '>=6.0 .0' ) ,
6
6
function verifyDeps ( ) {
7
7
// Doesn't really verify dependencies, just checks that the user has
8
8
// installed them at least once. Real verification would be too slow
You can’t perform that action at this time.
0 commit comments