rescript-collection icon indicating copy to clipboard operation
rescript-collection copied to clipboard

Build error

Open mununki opened this issue 3 years ago • 0 comments

I've installed the latest version of rescript-vector to my rescript project for the test. Actually, I've made up the ppx extension of %vec. But, I faced the build error as below error messages. 🤷‍♂️

$ rescript build -w
Dependency on rescript-vector
File "bsconfig.json", line 1
Error: package gentype not found or built 
- Did you install it?
- If you did, did you run `rescript build -with-deps`?
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

mununki avatar Apr 08 '22 10:04 mununki