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

Vite/rollup Illegal reassignment of import #29

Open
adamnyberg opened this issue Nov 8, 2023 · 0 comments
Open

Vite/rollup Illegal reassignment of import #29

adamnyberg opened this issue Nov 8, 2023 · 0 comments

Comments

@adamnyberg
Copy link

I'm getting the following error, is there a known way of working around it?

Illegal reassignment of import "commonjsRequire" in "../../node_modules/clone-deep/utils.js".
file: node_modules/clone-deep/utils.js:10:0
 8: var fn = require;
 9: 
10: require = utils;
    ^
11: require('is-plain-object', 'isObject');
12: require('shallow-clone', 'clone');
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

No branches or pull requests

1 participant