-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
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
Cannot find module: 'lodash.isequalwith'. #480
Comments
+1 |
Same with you, now lodash.isequalwith is in devDependencies and peerDependencies. |
I made a PR and passed the test. Hopefully it will be merged soon. |
May be a disaster |
I think so. The relevant PR must be merged urgently. |
Yeap.. Already came across this one... |
somebody just ruined monday... |
please can the fix be merged soon? we are blocked with this. |
can we merged this urgently as we have already upgraded to latest version and build is failing. |
For now, you can work around this by adding the |
Should be fixed in v6.9.1. |
Thanks :)
|
@supasate ps. update. Ok, it seems this is rollup named expost issue. |
I am still getting an error from this dependency when attempting to install connected-react-router v6.9.1
|
Hey, did you resolve the issue? You said it is rollup fault, I'm trying to build a prod build with Vite (it uses rollup under the hood) and it fails with mentioned error |
|
I already use @rollup/plugin-commonjs plugin and it doesn't resolve the issue |
Do you include lodash? |
When run npm install ,Failed to compile.
connected-react-router version is 6.9.0.
Module lodash.isequal should be in dependencies rathe than devDependencies?
The text was updated successfully, but these errors were encountered: