-
Notifications
You must be signed in to change notification settings - Fork 28
Can't resolve 'dayjs/dayjs.min' #59
New issue
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
Comments
As a workaround try to install dayjs as a dependency. |
Trying to fix it by"npm install dayjs --save". if it does not work, I will install the old version to get rid of this matter. |
Yarn add dayjs --save worked for me.. |
''npm i dayjs'' it's worked for me |
I found I have to set the config antd: {
// Transform DayJS to MomentJS
momentPicker: false,
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在node中使用,
The text was updated successfully, but these errors were encountered: