reason-native-web / morph-graphql-server-pesy-template

MIT License
10 stars 1 forks source link

Error trying to bootstrap application following the README instructions #1

Closed cironunes closed 4 years ago

cironunes commented 4 years ago
info building @reason-native-web/piaf@1.2.0@d41d8cd9
error: build failed with exit code: 1
  build log:
    # esy-build-package: building: @reason-native-web/piaf@1.2.0
    # esy-build-package: pwd: /Users/ciro.nunes/.esy/source/i/reason_native_web__s__piaf__1.2.0__68ca1913
    # esy-build-package: running: 'dune' 'build' '--only-packages=piaf' '--profile=release' '-j' '4' '--root=./piaf'
    Entering directory '/Users/ciro.nunes/.esy/source/i/reason_native_web__s__piaf__1.2.0__68ca1913/piaf'
    File "lib/monads.ml", line 35, characters 9-15:
    Error: Multiple definition of the module name Syntax.
           Names must be unique in a given structure or signature.
    error: command failed: 'dune' 'build' '--only-packages=piaf' '--profile=release' '-j' '4' '--root=./piaf' (exited with 1)
    esy-build-package: exiting with errors above...

  building @reason-native-web/piaf@1.2.0
esy: exiting due to errors above
jordwalke commented 4 years ago

Curious why there is no lockfile checked into this repo. That would typically make sure that people trying it out have a just works experience.