Skip to content

Backend "psgo" exited with error:1 #80

Description

@lcmcln

Hello guys,
I'm trying purescript-native but I have some issues during the build phase.
Can you help me?

% yarn spago build

[1 of 1] Compiling Main
[info] Build succeeded.
psgo: failed
CallStack (from HasCallStack):
  error, called at app/Main.hs:57:10 in main:Main
[error] Backend "psgo" exited with error:1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
% yarn purs --version

yarn run v1.22.18
0.15.7
% yarn spago --version 

yarn run v1.22.18
0.20.9
% psgo --version

master, commit cd83d8c93b0c3af33d7a17d7be1f8864fd590776

spago.dhall

{ name = "my-project"
, dependencies = [ "console", "effect", "prelude" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, backend = "psgo" 
}

Main.purs

module Main where

import Prelude

import Effect (Effect)
import Effect.Console (log)

main :: Effect Unit
main = do
  log "test"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions