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.
This behavior begins at shadow-cljs 3.0.0. 2.28.23 compiles fine.
npm install process
I cannot believe I did not think to try that..