reasonml / ReasonNativeProject

Reason native compilation starter project
MIT License
203 stars 45 forks source link

npm install error after a clean checkout #14

Closed naartjie closed 7 years ago

naartjie commented 7 years ago

Running npm install on a clean checkout (bff8722), and I get the following:

> ReasonProject@0.0.1 reasonBuild /Users/marchi/Project/Sandbox/reason/ReasonProject
> eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr

sh: refmterr: command not found

I tried with node 6.9.4 npm 3.10.10, and node 7.4.0 and npm 4.0.5. I am on a OS X 10.11.6

Am I doing something wrong?

naartjie commented 7 years ago

I am using zsh so I also tried it with bash and did a npm cache clean before, but the same error.

jordwalke commented 7 years ago

This is fixed in master now. What version of reason was resolved?

naartjie commented 7 years ago

Confirmed, fixed with 0cb66f2, I got a successful build. Thanks @jordwalke.