-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
N-API: npm package.json support for N-API versioning #37961
Comments
We've not discussed that before, so quick answer is no. It sounded like an interesting idea to the Node-API team. Are you interested in proposing to npm? |
@mhdawson I can open an issue. Is https://github.com/npm/cli/issues the tracking system they are using now that https://npm.community/tags/c/bugs/cli/l/latest is closed? If you could add your weight and any useful technical information to the request, that would be helpful. |
I'm not sure if issues is the right place or discussions. @darcyclarke what would you suggest? |
@cjbj this sounds like a good case for using our RFC process (ref. https://github.com/npm/rfcs/ - or maybe create even an RRFC as an issue in that repo to test the waters/interest) - for reference, https://github.com/npm/cli/issues has transitioned to only be intended for bugs in the |
I've opened npm/rfcs#369 Thanks @mhdawson and @darcyclarke |
@cjbj thanks, commented there. |
Is anyone working with the npm team to add package.json syntax to restrict installing a Node.js add-on only for a given (or greater) N-API ABI version? The
engines
specification can be seen as a partial solution, but isn't ideal.The text was updated successfully, but these errors were encountered: