#1190·pkgx

Error: invalid range description

Author: kermageCreated Jun 18, 2025Updated Jun 18, 2025

Running pkgx +yazi +lazygit produces the error but swapping the order (pkgx +lazygit +yazi) does not.

Also weird enough, this only happens on v2 and not on v1.

Image

bash
eval $(pkgx +yazi +lazygit)
eval $(pkgx +lazygit +yazi)
eval $(pkgx pkgx@1 +yazi +lazygit)
eval $(pkgx pkgx@1 +lazygit +yazi)