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
.toBe(`Node.js version 26.7.0 is incompatible with the Lynxtron showcase installer. Use a Node.js version matching ${SHOWCASE_INSTALL_NODE_RANGE}, then retry.`);
335
+
});
336
+
318
337
it('formats a user-facing node version mismatch error',()=>{
319
-
// npm runs with Lynxtron-as-node — the message must blame the runtime,
return`Node.js version ${currentVersion} is incompatible with the Lynxtron showcase installer. Use a Node.js version matching ${SHOWCASE_INSTALL_NODE_RANGE}, then retry.`;
0 commit comments