# Webpack Yarn Build Error Related to copy-globs-webpack-plugin

**URL:** https://discourse.roots.io/t/webpack-yarn-build-error-related-to-copy-globs-webpack-plugin/16399
**Category:** sage
**Tags:** webpack
**Created:** 2019-08-20T20:02:18Z
**Posts:** 3
**Showing post:** 2 of 3

## Post 2 by @Chris_H — 2019-08-20T20:13:06Z

Aha, I think I solved it based on this thread which I only just saw: [Yarn:build problem - copy-globs-webpack-plugin throwing error ... HELP?!](https://discourse.roots.io/t/yarn-build-problem-copy-globs-webpack-plugin-throwing-error-help/15756)

I was able to update the offending dependency by running

```
yarn add copy-globs-webpack-plugin@0.3.0 --dev
```

Then I was able to run `yarn run build` again without error. I apologize for the duplicate thread!

---

_[View the full topic](https://discourse.roots.io/t/webpack-yarn-build-error-related-to-copy-globs-webpack-plugin/16399)._
