You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library would be really helpful for me so I was trying to understand how to use it and started by trying to run yarn test, but I'm getting this error:
$ yarn ppx:build && rescript clean && rescript build && node ./test/Example.bs.js
$ esy install && esy build
info install 0.6.11 (using esy.json)
info esy build 0.6.11 (using esy.json)
info building @esy-ocaml/[email protected]@d41d8cd9
info building [email protected]@d41d8cd9
error: build failed with exit code: 1
build log:
# esy-build-package: building: @esy-ocaml/[email protected]
# esy-build-package: pwd: /Users/andre/.esy/source/i/esy_ocaml__s__substs__0.0.1__19de1ee1
# esy-build-package: running: 'cp' './substs' '/Users/andre/.esy/3__________________________________________________________________/s/esy_ocaml__s__substs-0.0.1-f9e9eafc/bin/substs'
sandbox-exec: /private/var/folders/9z/lkq75g9x1nxg6fyqtjd67zgm0000gn/T/ba326f:1:2: version number must be integer
(version 1)
error: command failed: 'cp' './substs' '/Users/andre/.esy/3__________________________________________________________________/s/esy_ocaml__s__substs-0.0.1-f9e9eafc/bin/substs' (exited with 65)
esy-build-package: exiting with errors above...
building @esy-ocaml/[email protected]
esy: exiting due to errors above
What am I missing?
The text was updated successfully, but these errors were encountered:
BTW, is there any plans to make a release? The documentation already looks pretty nice. It would be very nice to be able to use this lib. Great job so far!
This library would be really helpful for me so I was trying to understand how to use it and started by trying to run
yarn test
, but I'm getting this error:What am I missing?
The text was updated successfully, but these errors were encountered: