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
Running the codemod does not works
npx codemod v5.0.0/preset-safe packages/**/src
it throws this error
Error: Cannot find module 'core-js/modules/es.object.define-property.js' Require stack:
Running the codemod works
Steps:
I'm getting this error
Error: Cannot find module 'core-js/modules/es.object.define-property.js' Require stack: - @mui/codemod/node/v5.0.0/preset-safe.js - @mui/codemod/node_modules/jscodeshift/src/Worker.js
Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here.
The text was updated successfully, but these errors were encountered:
after trying to install core-js globally
I've got this new error:
/.nvm/versions/node/v16.13.0/lib/node_modules/core-js/modules/es.global-this.js:9 $({ ^ TypeError: $ is not a function at Object.<anonymous> (/.nvm/versions/node/v16.13.0/lib/node_modules/core-js/modules/es.global-this.js:6:1)
Sorry, something went wrong.
duplicate of #28499
Please see the workaround #28499 (comment)
siriwatknp
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
Running the codemod does not works
npx codemod v5.0.0/preset-safe packages/**/src
it throws this error
Error: Cannot find module 'core-js/modules/es.object.define-property.js'
Require stack:
Expected behavior 🤔
Running the codemod works
Steps to reproduce 🕹
Steps:
Context 🔦
I'm getting this error
Your environment 🌎
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: