-
Notifications
You must be signed in to change notification settings - Fork 8
Allow npm install of spago@next #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Current workaround is to install spago in a step using npm and invoke from |
Yes, we would need to update this: setup-purescript/src/Setup/Data/Tool.purs Lines 118 to 133 in b059776
...such that if the Spago version is greater than 0.90.x then we use NPM as the installation method. |
We would also need to update the get latest versions script so that it looks at NPM releases for Spago; right now everything looks at GitHub releases, but the spago@next releases are not happening on GitHub releases at all.
|
…ble are both spago@next version, BREAKING CHANGE
Currently spago is hardcoded to use github releases for legacy spago. Would it be possible to use npm for install for spago next/unstable?
The text was updated successfully, but these errors were encountered: