Fork me on GitHub
#shadow-cljs
<
2023-10-09
>
alexdavis12:10:28

I'm trying to use a library but for some reason shadow is saying it can't find it

The required JS dependency "tinybase" is not available...
Its definitely installed in the same way as other npm packages, and there are no compilation errors...
ls node_modules/tinybase
LICENSE		bin		lib		package.json	readme.md
any idea how to debug?

thheller14:10:12

maybe too old shadow-cljs?

thheller14:10:59

its package with only "exports" and older shadow-cljs version didn't recognize those properly

alexdavis14:10:24

we're on 2.23.3, should make a scheduled reminder to update all our deps... js land moves too fast 😓

alexdavis14:10:43

will update at some point this week and update back if that fixes it

thheller14:10:28

yeah thats too old. update should fix it.