-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
ERROR in ./node_modules/error-overlay-webpack-plugin/dist/entries/devserver.mjs?&sockHost=localhost&sockPath=/ws&sockPort=3023 3:0-37
Module not found: Error: Can't resolve 'querystring' in '/Users/admin/project/node_modules/error-overlay-webpack-plugin/dist/entries'
The reason of this error is that this package uses querystringpackage but doesn't have it in dependencies, instead it relies on providing of this package by url package.
Latest version of url package replaced querystring with qs - that's why we now have this error.
doncristobal
Metadata
Metadata
Assignees
Labels
No labels