-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build
error on the Ubuntu 19.04
#20
Comments
@bsansouci looks like that global ocaml issue again? |
To make sure I reinstalled both opam and ocaml.
I used
Now when running the
|
Now I followed this guide from http://ocaml.org/docs/install.html#OPAM :
Here's the
|
Hey! Awesome that you got this far, I think turning off opam is the simplest way to get around this issue. That being said, the project you forked uses an older version of bsb-native. If you bump that to be “bsb-native”: “4.0.7000” and also make reprocessing be the latest version, it should build better. |
Sorry about the misunderstanding! To be more clear, as ben said, the current release of bsb-native has a known issue where it sometimes doesn't work with a global opam install because of some env vars that opam shoves in your env that confuse the compiler :) (we actually found a fix last night and we're working on making a release) |
Hi there. I'm sorry to bother you again, but I updated the
|
I got rid of the last error by installing the |
Wow ok, that's interesting! Could you print out the value of your env variable: I'm going to re-open because this is the issue that we're working on fixing, so you don't have to install anything else. I'm glad you were able to make it work though haha. |
Sure thing, here you go |
I've tried building the [example-flow-field](https://github.com/ekosz/reprocessing-example-flow-field example) and I got this error:
I'd gone through other issues, such as #8 but I still couldn't solve it.
The text was updated successfully, but these errors were encountered: