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) {
8282 // Overwrite engines to a common default.
8383 case 'engines' :
8484 pkg [ 'engines' ] = {
85- 'node' : '>= 10.9 .0' ,
85+ 'node' : '>= 10.13 .0' ,
8686 'npm' : '>= 6.11.0' ,
8787 'pnpm' : '>= 3.2.0' ,
8888 'yarn' : '>= 1.13.0' ,
Original file line number Diff line number Diff line change 4343 "url" : " https://github.com/angular/angular-cli.git"
4444 },
4545 "engines" : {
46- "node" : " >=10.9 .0 <13.0.0" ,
46+ "node" : " >=10.13 .0 <13.0.0" ,
4747 "yarn" : " >=1.17.3 <2.0.0"
4848 },
4949 "author" : " Angular Authors" ,
101101 "@types/karma" : " ^3.0.2" ,
102102 "@types/loader-utils" : " ^1.1.3" ,
103103 "@types/minimist" : " ^1.2.0" ,
104- "@types/node" : " 10.9.4 " ,
104+ "@types/node" : " 10.12.30 " ,
105105 "@types/request" : " ^2.47.1" ,
106106 "@types/semver" : " ^6.0.0" ,
107107 "@types/webpack" : " ^4.32.1" ,
Original file line number Diff line number Diff line change 1414var version = process . version . substr ( 1 ) . split ( '.' ) ;
1515if ( Number ( version [ 0 ] ) < 10 || ( Number ( version [ 0 ] ) === 10 && Number ( version [ 1 ] ) < 9 ) ) {
1616 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' +
1919 'Please visit https://nodejs.org/en/ to find instructions on how to update Node.js.\n'
2020 ) ;
2121
Original file line number Diff line number Diff line change 1010 " benchmark"
1111 ],
1212 "engines" : {
13- "node" : " >= 10.9 .0" ,
13+ "node" : " >= 10.13 .0" ,
1414 "npm" : " >= 6.2.0"
1515 },
1616 "dependencies" : {
Original file line number Diff line number Diff line change 12061206 resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
12071207 integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
12081208
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 ==
12131213
12141214" @types/node@^10.1.0 " :
12151215 version "10.14.20"
You can’t perform that action at this time.
0 commit comments