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

TypeError: sink._addParentTeardownLogic is not a function #20

Open
LoaderB0T opened this issue Jun 1, 2020 · 0 comments
Open

TypeError: sink._addParentTeardownLogic is not a function #20

LoaderB0T opened this issue Jun 1, 2020 · 0 comments

Comments

@LoaderB0T
Copy link

Hi all,

a few days ago a CLI tool I wrote threw this error on a colleague's machine. I cannot reproduce this on my environment, so I can currently not provide you with a reproducible scenario sadly.

I can provide you with a more detailed stacktrace etc on Thursday if required.

The error itself gets throws within inquirer -> rxjs. I found this old issue in the angular CLI which also had rxjs as the origin of the error angular/angular-cli#12072

The problem may be the dependency to the old inquirer version 5.2.0 as this one still uses [email protected] which maybe already had this bug.

Do you think updating the package.json to require a newer version of inquirer with a newer rxjs dependency is possible? Or adding inquirer as peerDependency maybe?

I will try this workaround on Thursday to check whether it is actually the problem on his machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant