antd-dayjs-webpack-plugin
antd-dayjs-webpack-plugin copied to clipboard
Can't resolve 'dayjs/dayjs.min'
在node中使用,
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:12-38
Module not found: Error: Can't resolve 'dayjs/dayjs.min' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:60-98
Module not found: Error: Can't resolve 'dayjs/plugin/isSameOrBefore' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:119-156
Module not found: Error: Can't resolve 'dayjs/plugin/isSameOrAfter' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:178-216
Module not found: Error: Can't resolve 'dayjs/plugin/advancedFormat' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:241-282
Module not found: Error: Can't resolve 'dayjs/plugin/customParseFormat' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:297-328
Module not found: Error: Can't resolve 'dayjs/plugin/weekday' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:344-376
Module not found: Error: Can't resolve 'dayjs/plugin/weekYear' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:394-428
Module not found: Error: Can't resolve 'dayjs/plugin/weekOfYear' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:444-476
Module not found: Error: Can't resolve 'dayjs/plugin/isMoment' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:494-528
Module not found: Error: Can't resolve 'dayjs/plugin/localeData' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
ERROR in ../hulu-cli/node_modules/antd-dayjs-webpack-plugin/src/init-dayjs-webpack-plugin-entry.js 4:551-590
Module not found: Error: Can't resolve 'dayjs/plugin/localizedFormat' in '/Users/Mizi/minglamp/repo/fe/hulu-cli/node_modules/antd-dayjs-webpack-plugin/src'
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..