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

How do package versions map to Angular versions? #131

Open
davidjpfeiffer opened this issue Jan 25, 2021 · 4 comments
Open

How do package versions map to Angular versions? #131

davidjpfeiffer opened this issue Jan 25, 2021 · 4 comments

Comments

@davidjpfeiffer
Copy link

There does not appear to be any way to figure out which version of this package I should use depending on my version of Angular. This is valuable information and is very difficult to figure out by just looking at the code, especially when your GitHub deployment versions do not match your NPM versions.

@JanuszCh
Copy link

Good point!

@drozhzhin-n-e
Copy link
Owner

Please tell us in which version of Angular you encountered the problem of the NPM package inconsistency.

@NealGooch
Copy link

I'm not sure which versions David is having a problem with but I'm having problems with 2.10.1
https://www.npmjs.com/package/ng2-tooltip-directive says the latest version is 2.10.1
Your commit history suggests that you have upgraded to Angular 12 but when you install it NPM reports that it your package needs Angular 10.0.5

I think this is being taken from https://github.com/drozhzhin-n-e/ng2-tooltip-directive/blob/master/projects/ng2-tooltip-directive/package.json which appears to shows the out of date peerDependencies but its not totally clear as that file also says the version is 2.10.0

@drozhzhin-n-e
Copy link
Owner

@NealGooch Thanks, I'll fix it.

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

4 participants