Fork me on GitHub
#cursive
<
2021-01-02
>
noorvir16:01:21

I’m trying to load NPM packages (`@material-ui/core`) into cursive with shadow-cljs as the build tool. I get $package cannot be resolved for every NPM package. As explained in the https://shadow-cljs.github.io/docs/UsersGuide.html#_cursive, I’m using full leinigen integration. The code runs (i.e. shadow-cljs works) but I don’t get any code completion because cursive cannot resolve NPM packages. Any Idea how to configure this?

cfleming19:01:42

Sadly, Cursive does not currently understand NPM packaging. It’s on my shortlist to fix, I had hoped to have it in there by now but it hasn’t made it yet.

👍 12
noorvir13:01:34

Thanks for the reply @U0567Q30W. Is there an issue tracking this? Or is there an expected timeline for this?