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

[Improvement] Calulate package size from bin property #856

Open
kravetsone opened this issue Jan 17, 2024 · 0 comments
Open

[Improvement] Calulate package size from bin property #856

kravetsone opened this issue Jan 17, 2024 · 0 comments

Comments

@kravetsone
Copy link

for my library that only npx/bunx executable i got this error)

EntryPointError
We could not guess a valid entry point for this package. Perhaps the author hasn't specified one in its package.json ?

Describe the solution you'd like

Calulate package size with binaries

"bin": {
        "create-elysiajs": "dist/index.js"
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@kravetsone and others