Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@schematics/angular): skip SSR routing prompt in webcontainer #28932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. fix(@schematics/angular): skip SSR routing prompt in webcontainer

    Apparently `inquirer` requires `async_hooks` which isn't supported in webcontainers, therefore prompting the user fails. Instead we always fall back to the default option.
    
    See: SBoudrias/Inquirer.js#1426
    dgp1130 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    fb41033 View commit details
    Browse the repository at this point in the history