We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa234a4 commit d15b7c2Copy full SHA for d15b7c2
packages/angular/cli/bin/ng.js
@@ -51,7 +51,7 @@ if (version[0] % 2 === 1) {
51
process.version +
52
' detected.\n' +
53
'Odd numbered Node.js versions will not enter LTS status and should not be used for production.' +
54
- ' For more information, please see https://nodejs.org/en/about/releases/.',
+ ' For more information, please see https://nodejs.org/en/about/previous-releases/.',
55
);
56
57
require('./bootstrap');
0 commit comments