-
Notifications
You must be signed in to change notification settings - Fork 12k
ng generate component - catch clause variable is not an Error instance #23631
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
Comments
I have the same error with angular 14.1 EDIT : |
Same behaviour when trying to generate a Pipe And same workaround solution worked fine : |
Errors thrown in RxJs are not instanceof Error and therefore the check will always fail. Closes angular#23631
…rror instance Errors thrown in RxJs are not instanceof Error and therefore the check will always fail. Closes angular#23631
Errors thrown in RxJs are not instanceof Error and therefore the check will always fail. Closes #23631
…rror instance Errors thrown in RxJs are not instanceof Error and therefore the check will always fail. Closes #23631
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Description
Hello
After adding server side rendering I can't create new component with cli command.
A clear and concise description of the problem... -->🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: