-
Notifications
You must be signed in to change notification settings - Fork 43
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
Handle empty bin field #967
Comments
github-actions bot
added a commit
that referenced
this issue
Oct 13, 2022
fix(build): #967 nodejs binaries
danmur97
pushed a commit
to danmur97/makes
that referenced
this issue
Oct 24, 2022
- allow bin to be empty as some packages require it Signed-off-by: David Acevedo <dacevedoa12@gmail.com>
danmur97
pushed a commit
to danmur97/makes
that referenced
this issue
Oct 25, 2022
- allow bin to be empty as some packages require it Signed-off-by: David Acevedo <dacevedoa12@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in some package.json files, there is a bin field but it may be empty (e.g. https://github.com/peterolson/BigInteger.js/blob/master/package.json#L7).
The current builder script for makeNodeJsModules fails in this case
The text was updated successfully, but these errors were encountered: