You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/stencil
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ if (isNodeLT(minimumVersion)) {
17
17
currentVersion+
18
18
', however Stencil requires v'+
19
19
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',
21
21
);
22
22
process.exit(1);
23
23
}
@@ -28,7 +28,7 @@ if (isNodeLT(recommendedVersion)) {
28
28
currentVersion+
29
29
", however Stencil's recommendation is v"+
30
30
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',
0 commit comments