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
This currently crashes when dep tree includes scoped packages
Error: Cannot find module '/.../node_modules/@react-aria/package.json' Require stack: - /.../node_modules/license-checker-webpack-plugin/src/licenseUtils.js - /.../node_modules/license-checker-webpack-plugin/src/index.js - /.../engine-frontend/webpack.config.js
It's trying to find a package.json under the "Scope" part of scoped packages (which would never exist)
The text was updated successfully, but these errors were encountered:
scoped portions of scoped packages aren't dependencies
c777687
don't look for package.json under the "scope portion" of scoped packages e.g. `@react-aria/package.json` fix microsoft#43
For a workaround see #37 (comment).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This currently crashes when dep tree includes scoped packages
It's trying to find a package.json under the "Scope" part of scoped packages (which would never exist)
The text was updated successfully, but these errors were encountered: