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

Reconsider dependency extension #47

Open
km1chno opened this issue Aug 9, 2024 · 0 comments
Open

Reconsider dependency extension #47

km1chno opened this issue Aug 9, 2024 · 0 comments
Labels
✨ enhancement Enhancement of existing features

Comments

@km1chno
Copy link
Collaborator

km1chno commented Aug 9, 2024

Original discussion: #22 (comment)_

Currently we have a skipInstalledCheck flag that manipulates whether we force package installation or check whether it is installed and skip if it is. We tried some smarter approaches like using semver to decide whether we have to change/update the version of package we want, but it didn't work at first.

Still it might be possible to implement but it needs some more consideration. Perhaps we could use minVersion() or subset() (https://github.com/npm/node-semver/blob/main/ranges/subset.js) from semver package.

@km1chno km1chno added the ✨ enhancement Enhancement of existing features label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Enhancement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant