node-gyp compiling against wrong NODE_MODULE_VERSION node-gyp compiling against wrong NODE_MODULE_VERSION docker docker

node-gyp compiling against wrong NODE_MODULE_VERSION


Maybe compilation is not done because and existing module. Try using rebuild and then clean for the old modules.

node-gyp configure --target=$(node --version)node-gyp rebuildnode-gyp clean

hope this help