reason-seoul / rescript-collection

Fast and efficient, persistent immutable collection for JS written in 100% ReScript!
https://rescript-collection.pages.dev
MIT License
56 stars 4 forks source link

Build error #51

Open mununki opened 2 years ago

mununki commented 2 years ago

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.