Ant Design 报错: "node_modules/@umijs/babel-preset-umi/node_modules/@babel/runtime/helpers/esm/defineProperty.js" does not exist in container
The error message you are seeing is related to the missing file "node_modules/@umijs/babel-preset-umi/node_modules/@babel/runtime/helpers/esm/defineProperty.js" in the container. \n\nTo resolve this issue, you can try the following steps:\n\n1. Delete the `node_modules` folder in your project directory.\n2. Clear the cache by running `npm cache clean --force`.\n3. Run `npm install` to reinstall all the dependencies.\n\nIf the issue persists, it's possible that there is an issue with the package or your configuration. You can try updating your dependencies to the latest versions or checking for any compatibility issues between packages. Additionally, you can seek help from the Ant Design community or support channels for further assistance.
原文地址: https://www.cveoy.top/t/topic/p13a 著作权归作者所有。请勿转载和采集!