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.
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 byurlpackage.Latest version of
urlpackage replacedquerystringwithqs- that's why we now have this error.