Skip to content
New issue

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

Fix main entry in package.json #607

Closed
1 of 2 tasks
AStoker opened this issue Nov 4, 2020 · 0 comments · Fixed by #608
Closed
1 of 2 tasks

Fix main entry in package.json #607

AStoker opened this issue Nov 4, 2020 · 0 comments · Fixed by #608
Milestone

Comments

@AStoker
Copy link
Contributor

AStoker commented Nov 4, 2020

Note: for support questions, please use one of these channels: stackoverflow or slack

You want to:

  • report a bug
  • request a feature

Current behaviour

The main entry is missing the required extension inside the package.json file (https://nodejs.dev/learn/the-package-json-guide#main)

Steps to reproduce (if the current behaviour is a bug)

  • Open package.json.
  • Observe missing extension in main entry

This 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 extension

Setup

  • OS: Mac OS 11.0.1 Beta
  • browser: Safari 14.0.1
  • engine.io version: 4.0.1

Other information (e.g. stacktraces, related issues, suggestions how to fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants