Skip to content

Problem: different build and prod environments

Eugene Lazutkin edited this page Feb 5, 2021 · 3 revisions

In general gyp, which is used to compile a Node binary extension, sniffs the environment it runs in and compiles for the current platform. If the result is being copied and used in a different environment, it can cause an ABI mismatch.

Clone this wiki locally