You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
I traced the cause to the dependency "inherits": "2.0.1" instead of "^2.0.1" or the like in util, which is used by assert, which is used by node-libs-browser.
My current hideous workaround is adding to package.json:
I encountered Error
Uncaught TypeError: util.inherits is not a function
while 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
util
at Outdated dependencyinherits
causes trouble upstream; Webpack 2.The text was updated successfully, but these errors were encountered: