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: node-dump-syms install step #139

Merged
merged 4 commits into from
Sep 12, 2024
Merged

fix: node-dump-syms install step #139

merged 4 commits into from
Sep 12, 2024

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Sep 12, 2024

Description

The node-dump-syms install script incorrectly tried to invoke node-pre-gyp and would fail if the package wasn't installed globally. This change updates to a version of node-pre-gyp that invokes @mapbox/node-pre-gyp with npx, which will fetch that dependency if it doesn't exist. Also a few minor readme updates and build action updates.

Checklist

  • Tested manually
  • Unit tests pass with no errors or warnings
  • Documentation updated (if applicable)
  • Reviewed by at least 1 other contributor

@bobbyg603 bobbyg603 changed the title chore: update README.md fix: node-dump-syms install step Sep 12, 2024
@bobbyg603 bobbyg603 merged commit cbf676c into main Sep 12, 2024
5 checks passed
@bobbyg603 bobbyg603 deleted the bobbyg603-readme branch September 12, 2024 21:53
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 this pull request may close these issues.

2 participants