We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we're using --legacy-peer-deps flag as a workaround. Resolve conflicting dependencies.
--legacy-peer-deps
How to replicate: If go to client you remove node_modules folder and packaje-lock.json and try
client
node_modules
packaje-lock.json
Tech notes: Looks like it's related to npm version. It fails when I'm using 7.10.0 but works file with 6.13.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we're using
--legacy-peer-deps
flag as a workaround. Resolve conflicting dependencies.How to replicate:

If go to
client
you removenode_modules
folder andpackaje-lock.json
and tryTech notes:
Looks like it's related to npm version. It fails when I'm using 7.10.0 but works file with 6.13.6
The text was updated successfully, but these errors were encountered: