File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function loadPackageJson(p: string) {
82
82
// Overwrite engines to a common default.
83
83
case 'engines' :
84
84
pkg [ 'engines' ] = {
85
- 'node' : '>= 10.9 .0' ,
85
+ 'node' : '>= 10.13 .0' ,
86
86
'npm' : '>= 6.11.0' ,
87
87
'pnpm' : '>= 3.2.0' ,
88
88
'yarn' : '>= 1.13.0' ,
Original file line number Diff line number Diff line change 43
43
"url" : " https://github.com/angular/angular-cli.git"
44
44
},
45
45
"engines" : {
46
- "node" : " >=10.9 .0 <13.0.0" ,
46
+ "node" : " >=10.13 .0 <13.0.0" ,
47
47
"yarn" : " >=1.17.3 <2.0.0"
48
48
},
49
49
"author" : " Angular Authors" ,
101
101
"@types/karma" : " ^3.0.2" ,
102
102
"@types/loader-utils" : " ^1.1.3" ,
103
103
"@types/minimist" : " ^1.2.0" ,
104
- "@types/node" : " 10.9.4 " ,
104
+ "@types/node" : " 10.12.30 " ,
105
105
"@types/request" : " ^2.47.1" ,
106
106
"@types/semver" : " ^6.0.0" ,
107
107
"@types/webpack" : " ^4.32.1" ,
Original file line number Diff line number Diff line change 14
14
var version = process . version . substr ( 1 ) . split ( '.' ) ;
15
15
if ( Number ( version [ 0 ] ) < 10 || ( Number ( version [ 0 ] ) === 10 && Number ( version [ 1 ] ) < 9 ) ) {
16
16
process . stderr . write (
17
- 'You are running version ' + process . version + ' of Node.js, which is not supported by Angular CLI 8 .0+.\n' +
18
- 'The official Node.js version that is supported is 10.9 or greater.\n\n' +
17
+ 'You are running version ' + process . version + ' of Node.js, which is not supported by Angular CLI 9 .0+.\n' +
18
+ 'The official Node.js version that is supported is 10.13.0 or greater.\n\n' +
19
19
'Please visit https://nodejs.org/en/ to find instructions on how to update Node.js.\n'
20
20
) ;
21
21
Original file line number Diff line number Diff line change 10
10
" benchmark"
11
11
],
12
12
"engines" : {
13
- "node" : " >= 10.9 .0" ,
13
+ "node" : " >= 10.13 .0" ,
14
14
"npm" : " >= 6.2.0"
15
15
},
16
16
"dependencies" : {
Original file line number Diff line number Diff line change 1206
1206
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
1207
1207
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
1208
1208
1209
- " @types/node@10.9.4 " :
1210
- version "10.9.4 "
1211
- resolved "https://registry.yarnpkg.com/@types/node/-/node-10.9.4 .tgz#0f4cb2dc7c1de6096055357f70179043c33e9897 "
1212
- integrity sha512-fCHV45gS+m3hH17zgkgADUSi2RR1Vht6wOZ0jyHP8rjiQra9f+mIcgwPQHllmDocYOstIEbKlxbFDYlgrTPYqw ==
1209
+ " @types/node@10.12.30 " :
1210
+ version "10.12.30 "
1211
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.30 .tgz#4c2b4f0015f214f8158a347350481322b3b29b2f "
1212
+ integrity sha512-nsqTN6zUcm9xtdJiM9OvOJ5EF0kOI8f1Zuug27O/rgtxCRJHGqncSWfCMZUP852dCKPsDsYXGvBhxfRjDBkF5Q ==
1213
1213
1214
1214
" @types/node@^10.1.0 " :
1215
1215
version "10.14.20"
You can’t perform that action at this time.
0 commit comments