Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Reconsider dependency extension #47

@katzper-michno

Description

@katzper-michno

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✨ enhancementEnhancement of existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions