错误提示
ERROR TypeError: Class extends value undefined is not a constructor or null
TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/Users/mi/IdeaProjects/manage/ui/src/test-vue/nod
e_modules/mini-css-extract-plugin/dist/CssDependency.js:12:46)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
at Module.load (internal/modules/cjs/loader.js:1040:32)
at Function.Module._load (internal/modules/cjs/loader.js:929:14)
at Module.require (internal/modules/cjs/loader.js:1080:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/mi/IdeaProjects/manage/ui/src/test-vue/node_modules/mini-css-extract-plugin/dist/index.js:12:45)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
at Module.load (internal/modules/cjs/loader.js:1040:32)
at Function.Module._load (internal/modules/cjs/loader.js:929:14)
at Module.require (internal/modules/cjs/loader.js:1080:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/mi/IdeaProjects/manage/ui/src/test-vue/node_modules/mini-css-extract-plugin/dist/cjs.js:3:18)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-antd-jeecg@1.0.4 serve: `NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-antd-jeecg@1.0.4 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mi/.npm/_logs/2024-11-26T07_44_32_146Z-debug.log
Process finished with exit code 1
错误原因
在运行 npm 运行的时候,报错,根据提示是 mini-css-extract-plugin 插件的错误
解决方案
// 安装最新版本的 mini-css-extract-plugin 到项目中
npm install --save-dev mini-css-extract-plugin