getting Fatal error: exception File "bsb_pkg_types.ml" no solution found

I am using a github repo inside another github repo. The name of first repo is FusionKit and it has multiple packages created using lerna and pnpm workspaces. The second repo is named Service and it uses yarn. My bsconfig.json has “bs-dependencies”: [
@rescript/react”,
“catalyst”,
@glennsl/bs-json”,
“re-formality”,
“bs-fetch”,
“decco”,
@fusionkit
],
When I do rescript build -w I get Fatal error: exception File “bsb_pkg_types.ml” error. Need some help in figuring this out.

I think @fusionkit as a name won’t work, it needs to be

"@npmNamespace/packageName" or "packageName"

1 Like