Closed monkeygroover closed 6 years ago
ok, looks like the Example main generated by pulp init is no longer compatible with Namespace changes etc in Control.Monad.Eff.Console v4.0.0
I changed the main to just be:
module Main where
import Prelude
import Effect.Console (log)
main =
log "Hello sailor!"
and it runs ok.
I'll close this and raise a new issue to get the example template updated.
I did;
npm install -g purescript pulp bower
then
pulp init
and
pulp run
but I just get:
any idea what I may have wrong here? cheers.