shadow-cljs

Ryan 2025-05-14T16:32:27.152689Z

So I just updated everything to newer versions, and I’ve started getting this message about a UX component library we use: The required JS dependency “process” is not available, it was required by “node_modules/primereact/utils/utils.cjs.js”. … and some digging indicated process may be some sort of react environmental variable file? Does anyone have any idea how to set that up correctly? I doubt the problem is with shadow-cljs itself, just curious what I’ve goofed up since that dependency worked on my machine last week.

Ryan 2025-05-14T17:20:59.335559Z

This behavior begins at shadow-cljs 3.0.0. 2.28.23 compiles fine.

thheller 2025-05-14T17:57:23.996199Z

npm install process

🙏 1
Ryan 2025-05-15T13:52:08.058049Z

I cannot believe I did not think to try that..