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
Describe the bug I ran via the instructions to analyze a react app, which failed with the error: "Error: Cannot find module 'core-js'"
To Reproduce Steps to reproduce the behavior:
yarn global add @code-dependency/cli@0.5.0
Expected behavior No error
Environment node 14.18.0 macos
Additional context I didn't dig into the details, but globally installing core-js did it for me. Perhaps it should be a peer dependency?
Stack:
Error: Cannot find module 'core-js' Require stack: - /Users/<>/.config/yarn/global/node_modules/@code-dependency/view/lib/application.lib.js - /Users/<>/.config/yarn/global/node_modules/@code-dependency/cli/dist/index.js - /Users/<>/.config/yarn/global/node_modules/@code-dependency/cli/bin/code-dependency.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I ran via the instructions to analyze a react app, which failed with the error: "Error: Cannot find module 'core-js'"
To Reproduce
Steps to reproduce the behavior:
yarn global add @code-dependency/cli@0.5.0
Expected behavior
No error
Environment
node 14.18.0
macos
Additional context
I didn't dig into the details, but globally installing core-js did it for me.
Perhaps it should be a peer dependency?
Stack:
The text was updated successfully, but these errors were encountered: