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

doc: add note about ABI compatibility #22237

Closed
wants to merge 1 commit into from

Commits on Oct 29, 2018

  1. doc: add note about ABI compatibility

    Building node against versions of the dependencies that differ from the
    ones we vendor will result in a non ABI compatible version of Node.js
    
    This patch adds a note to make it explicit that if individuals build
    node against different versions of a dependency they should make a
    custom NODE_MODULE_VERSION.
    MylesBorins committed Oct 29, 2018
    Copy the full SHA
    97b6139 View commit details
    Browse the repository at this point in the history