npm run dev报filemanager-webpack-plugin相关错误

报错如下:D:\Workspace\ps-vue\node_modules\filemanager-webpack-plugin\lib\index.js:271
if (isGlob) archive.glob(command.source, globOptions);else if (sStats.isFile()) archive.file(command.source, { name: path$1.basename(command.source) });else if (sStats.isDirectory()) archive.glob(’**/*’, {
^

TypeError: Cannot read property ‘isFile’ of undefined
at D:\Workspace\ps-vue\node_modules\filemanager-webpack-plugin\lib\index.js:271:79
at callback (D:\Workspace\ps-vue\node_modules\graceful-fs\polyfills.js:306:20)
at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: vue-cli-service serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev 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! C:\Users\chenl\AppData\Roaming\npm-cache_logs\2022-07-21T05_45_46_989Z-debug.log
解决办法取下::借鉴了别人的文章解决的,大家可以访问以下地址来看解决办法:
https://www.likecs.com/show-205111082.html

你可能感兴趣的:(vue.js,前端,webpack)