Skip to content

Commit e7a877b

Browse files
committed
chore(cli): update node LTS message
1 parent 4a0690e commit e7a877b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/stencil

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (isNodeLT(minimumVersion)) {
1717
currentVersion +
1818
', however Stencil requires v' +
1919
minimumVersion +
20-
'.0 or greater. It is recommended to install latest version of Node (https://nodejs.org/en/about/releases/).\n',
20+
'.0 or greater. It is recommended to use an Active LTS version of Node (https://nodejs.org/en/about/releases/).\n',
2121
);
2222
process.exit(1);
2323
}
@@ -28,7 +28,7 @@ if (isNodeLT(recommendedVersion)) {
2828
currentVersion +
2929
", however Stencil's recommendation is v" +
3030
recommendedVersion +
31-
'.0 or greater. Note that future versions of Stencil will eventually remove support for non-LTS Node versions (https://nodejs.org/en/about/releases/).\n',
31+
'.0 or greater. Note that future versions of Stencil will eventually remove support for non-LTS Node versions and an Active LTS version is recommended (https://nodejs.org/en/about/releases/).\n',
3232
);
3333
}
3434

0 commit comments

Comments
 (0)