Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
There was an error while loading. Please reload this page.
I encountered Error
Uncaught TypeError: util.inherits is not a functionwhile upgrading to webpack 2.I traced the cause to the dependency
"inherits": "2.0.1"instead of"^2.0.1"or the like inutil, which is used byassert, which is used bynode-libs-browser.My current hideous workaround is adding to
package.json:and to
webpack.config.js:I also filed a bug with
utilat Outdated dependencyinheritscauses trouble upstream; Webpack 2.