coreui/coreui-react

"process is not defined"

zaweb opened this issue · 1 comments

zaweb commented

I just upgraded from CoreUI-react from version 3.4 to 4.11.1. I've encountered some hurdles, but I can't get past this error. It happens when the apps starts:

process is not defined ReferenceError: process is not defined at http://localhost:3000/static/js/bundle.js:8999:5 at renderWithHooks (http://localhost:3000/static/js/bundle.js:93127:22) at updateForwardRef (http://localhost:3000/static/js/bundle.js:95696:24) at beginWork (http://localhost:3000/static/js/bundle.js:97743:20) at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:82723:18) at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:82767:20) at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:82824:35) at beginWork$1 (http://localhost:3000/static/js/bundle.js:102688:11) at performUnitOfWork (http://localhost:3000/static/js/bundle.js:101936:16) at workLoopSync (http://localhost:3000/static/js/bundle.js:101859:9)

I'm not calling 'process' anywhere at all in my code.

I've looked at this thread, and the react-error-overlay fix did not resolve the problem.

I don't even know where to start with troubleshooting this. I would appreciate any suggestions.

This is running on Node 20.11.0 on MacOS, using Chrome and Firefox browsers.

Thank you! :-)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions