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
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.
The text was updated successfully, but these errors were encountered:
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. 🤷♂️The text was updated successfully, but these errors were encountered: