Skip to content
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

[Critical Error Fix] FIX Cannot find module: 'lodash.isequalwith'. #481

Merged
merged 5 commits into from
Feb 22, 2021

Conversation

ltnscp9028
Copy link
Contributor

@ltnscp9028 ltnscp9028 commented Feb 22, 2021

The error occurred while modifying #408.
Fixed an error where lodash.isequalwith was duplicated in devDependency and peerDependency.
However, after removing it from devDependency, an error in the test process.
so,I moved lodash.isequalwidth to dependency. non peerDependency and devDependency.
fixes #480

package.json Outdated Show resolved Hide resolved
@ltnscp9028 ltnscp9028 changed the title [lodash.isequalwith] remove redundant peerDependency [lodash.isequalwith] FIX Cannot find module: 'lodash.isequalwith'. Feb 22, 2021
@ltnscp9028 ltnscp9028 changed the title [lodash.isequalwith] FIX Cannot find module: 'lodash.isequalwith'. [Critical Error Fix] FIX Cannot find module: 'lodash.isequalwith'. Feb 22, 2021
@supasate
Copy link
Owner

I agree that we should bundle lodash.isequalwith instead of letting people install them separately to prevent this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find module: 'lodash.isequalwith'.
5 participants