antd-dayjs-webpack-plugin icon indicating copy to clipboard operation
antd-dayjs-webpack-plugin copied to clipboard

Can't resolve 'dayjs/dayjs.min'

Open mizi-lin opened this issue 3 years ago • 4 comments

在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'

mizi-lin avatar Apr 12 '21 06:04 mizi-lin

As a workaround try to install dayjs as a dependency.

AaronPorts avatar Apr 20 '21 16:04 AaronPorts

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.

GlennOu66304 avatar May 04 '21 03:05 GlennOu66304

Yarn add dayjs --save worked for me..

TassainRasool avatar May 02 '24 06:05 TassainRasool