Closed gcsolaroli closed 6 years ago
There is no psc-0.12.0 tag yet, because Justin wants to wait for more than core and contrib to be included in package-sets before making tagging the default for 0.12.0.
The latest available package-set as of right now is: psc-0.12.0-20180528
You can find a listing of all the Tags here: https://github.com/purescript/package-sets/releases
Make a psc-package.json
file that reads something like:
{
"name": "my-project",
"set": "psc-0.12.0-20180528",
"source": "https://github.com/purescript/package-sets.git",
"depends": [
"prelude"
]
}
@kRITZCREEK thanks for the kind response; I am just getting started with these tooling options and I was pretty sure I was missing something. :)
I was trying to follow along Justin's instructions listed here
Everything looks in order:
But when I try to
init
a project I get this logs:Am I doing something wrong, or is there something to be fixed?