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
NODE_ prefix collides with Node.js system env vars (NODE_OPTIONS,
NODE_PATH, NODE_AUTH_TOKEN...) which get picked up by the config
parser and corrupt the app config, causing ECONNREFUSED in CI.
DEVKIT_NODE_ is specific enough to avoid collisions while matching
the Devkit branding.
0 commit comments