Questions tagged [umijs]

If you have any inquiries regarding the versatile React application framework, please feel free to ask.

Error 584 occurred in the internal module/cjs/loader.js

Every time I try to run npm commands for my umi app project, an error pops up. Here is the specific error message that appears when I attempt to execute the code. I have made several attempts to locate the loader.js file within the node module, but unfort ...

Can you explain the distinction between Traditional Routing and Setting Up Routing?

As I plan to embark on an admin project, I find myself grappling with a key decision regarding routing methods. There are Convention Routing options similar to next.js, as well as Configuring Routing choices like umijs and vue-element-admin. I am unsure wh ...