Skip to content

BUG: can't resolve 'querystring' #107

@bondom

Description

@bondom
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions