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
import this package from another package, and it will complain it cannot find it.
It is missing the "main" key in package.json, hence I get Cannot find module '@nuxt/test-utils' error.
Cannot find module '@nuxt/test-utils'
No response
The text was updated successfully, but these errors were encountered:
This package is not usable in Nuxt 2 and it is ESM-only so it does not have a main entry.
main
Sorry, something went wrong.
No branches or pull requests
Environment
Reproduction
import this package from another package, and it will complain it cannot find it.
Describe the bug
It is missing the "main" key in package.json, hence I get
Cannot find module '@nuxt/test-utils'
error.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: