Closed Euregan closed 6 years ago
I just installed psc-packageusing npm, and when I try to run psc-package init it fails stating that
psc-package
psc-package init
Remote branch psc-0.12.0 not found in upstream origin
Indeed, the branch does not exist on the repo.
It works if I specify psc-package init --set master though.
psc-package init --set master
duplicate of https://github.com/purescript/package-sets/issues/182, there will be a 0.12.0 branch when it makes sense
Oh, dang, hadn't seen that one
I just installed
psc-package
using npm, and when I try to runpsc-package init
it fails stating thatIndeed, the branch does not exist on the repo.
It works if I specify
psc-package init --set master
though.