purescript / psc-package

A package manager for PureScript based on package sets
https://psc-package.readthedocs.io
Other
229 stars 45 forks source link

psc-package init fails "Remote branch psc-0.12.0 not found in upstream origin" #115

Closed Euregan closed 6 years ago

Euregan commented 6 years ago

I just installed psc-packageusing npm, and when I try to run psc-package init it fails stating that

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.

justinwoo commented 6 years ago

duplicate of https://github.com/purescript/package-sets/issues/182, there will be a 0.12.0 branch when it makes sense

Euregan commented 6 years ago

Oh, dang, hadn't seen that one