### Problem description ```Cannot find module 'node-pre-gyp/lib/pre-binding'``` The commit [here](https://github.com/grpc/grpc-node/commit/c6525d2ab0f7962638d539ea59523f13d6502a63) updates the [installed dep to `@mapbox/node-pre-gyp`](https://github.com/grpc/grpc-node/blob/c6525d2ab0f7962638d539ea59523f13d6502a63/packages/grpc-native-core/package.json#L29) but forgot to update the `require` statement [here](https://github.com/grpc/grpc-node/blob/c6525d2ab0f7962638d539ea59523f13d6502a63/packages/grpc-native-core/src/grpc_extension.js#L26). ### Reproduction steps n/a ### Environment n/a