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
fix(installer): match install.ps1 Node.js manager default for interactive mode
When system node is present:
- Interactive mode: default to enabled (matching install.ps1's Y/n
prompt where Enter = yes). User can disable via customize menu.
- Silent mode (-y): default to disabled (don't silently take over).
This matches install.ps1 behavior where most interactive users who
press Enter get node management enabled by default.
0 commit comments