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

Conversation

dgp1130
Copy link
Collaborator

@dgp1130 dgp1130 commented Nov 22, 2024

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

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 dgp1130 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Nov 22, 2024
@dgp1130 dgp1130 requested a review from clydin November 22, 2024 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: @schematics/angular target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant