We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/zmbxy/next-antd-demo
run yarn & yarn build,console print error:
yarn & yarn build
unhandledRejection [Error: Cannot find module 'next-antd-demo/node_modules/rc-util/es/utils/get' imported from next-antd-demo/node_modules/rc-util/es/utils/set.js] { type: 'Error', code: 'ERR_MODULE_NOT_FOUND', url: 'file:///next-antd-demo/node_modules/rc-util/es/utils/get' }
I'm not sure if it's a problem with next script or antd, hope you can help me.
Expected: can compile isomorphism normally
environment: pc: mac m1 node: 22.13.0 yarn: 1.22.19
Output
next build (local)
No response
The text was updated successfully, but these errors were encountered:
output=standalone
@zmbxy Can you clarify if you are receiving an error without output: 'standalone' mode?
output: 'standalone'
Sorry, something went wrong.
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/zmbxy/next-antd-demo
To Reproduce
run
yarn & yarn build
,console print error:I'm not sure if it's a problem with next script or antd, hope you can help me.
Current vs. Expected behavior
Expected: can compile isomorphism normally
Provide environment information
Which area(s) are affected? (Select all that apply)
Output
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: