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
Disable the Node platform check for Windows 7 compatibility
Node no longer officially supports Windows 7, and exits hard
in 14+ if it's used. In reality though, all functionality we
care about works - the main issue that blocks this is around
REPL behaviour. For now we just disable these checks entirely
so that the server still runs.
0 commit comments