标签:fail stat tor not com mamicode lib ann direct
g:\work\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 g:\work\node_modules\filemanager-webpack-plugin\lib\index.js:271:79
at callback (g:\work\node_modules\graceful-fs\polyfills.js:295:20)
at FSReqWrap.oncomplete (fs.js:153:21)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
解决办法:
删除node_modules中内容,然后重新下载
标签:fail stat tor not com mamicode lib ann direct
原文地址:https://www.cnblogs.com/Roxxane/p/12857063.html