I believe this is incorrect, npm (and yarn) and esy use lockfile if it exists when running install command. You can force finding new solution with
esy solve --force
I believe this is incorrect, npm (and yarn) and esy use lockfile if it exists when running install command. You can force finding new solution with
esy solve --force