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
main
package.json
Note: for support questions, please use one of these channels: stackoverflow or slack
The main entry is missing the required extension inside the package.json file (https://nodejs.dev/learn/the-package-json-guide#main)
This causes various tools to fail that automatically try and find the entry file when scanning node modules.
The main entry should have an extension
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
The
main
entry is missing the required extension inside thepackage.json
file (https://nodejs.dev/learn/the-package-json-guide#main)Steps to reproduce (if the current behaviour is a bug)
package.json
.main
entryThis causes various tools to fail that automatically try and find the entry file when scanning node modules.
Expected behaviour
The
main
entry should have an extensionSetup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: