Creating rescript libraries is hard (or what am I doing wrong?)

what makes me say it works is the fact I made it work without problem (except from the harmless but annoying warning) both in a monorepo setup and when depending on published libraries that depend on rescript-core.

That’s why I think your issue might be related to your local npm install/non-monorepo setup.

ok thanks, that’s at least good to know.

1 Like

ok, so you are absolutely right - i just tried it and everything works as expected. there is a problem with rescript and local npm installations

1 Like