ERROR in [copy-webpack-plugin] unable to locate "D:/xxx/xxx/xxx"
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR in [copy-webpack-plugin] unable to locate "D:/xxx/xxx/xxx"相关的知识,希望对你有一定的参考价值。
vue打包的时候npm run build报错
ERROR in [copy-webpack-plugin] unable to locate "D:/xxx/xxx/xxx"
这表示这个路径出现了错误,找不到正确路径
在你的项目文件夹中找一找有没有这个路径的文件,没有的话,按这个路径把缺失的相应的文件放到里面再重新打包就行了
例如我打包一直报错
ERROR in [copy-webpack-plugin] unable to locate \'D:\\trainh5vue\\Content\' at \'D:\\trainh5vue\\Content\'
找了找发现有两样式文件一直没有打包进去,而index.html文件里是这样的
<link rel="stylesheet" href="Content/style/static.css"> <link rel="stylesheet" href="Content/style/fontAwesome/css/font-awesome.min.css">
打包生成的文件层级是这样的
但这个文件夹的命名不对,所以一直报错,发现存放style的文件夹名不是Content,就把文件夹改成Content,再npm run build 就好了
以上是关于ERROR in [copy-webpack-plugin] unable to locate "D:/xxx/xxx/xxx"的主要内容,如果未能解决你的问题,请参考以下文章
1064 - syntax error, error in :'Id`) USING BTREE
ERROR 1064 (42000): You have an error in your SQL syntax...
Error in eval(family$initialize) : y值必需满足0 <= y <= 1Error in eval(family$initialize) : y values mus