You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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.