I'm running this on a minimal image without python. I would rather have it fail early if the binary from our registry fails than it falling back to node-gyp. I didn't see this as a configuration option. Exposing this as an option would be great. Not sure if there's a better implementation, but something as simple as the node-gyp -j max rebuild call in install to { RE2_NO_NODEGYP && exit 1; node-gyp -j max rebuild } could be tried.
I'm running this on a minimal image without python. I would rather have it fail early if the binary from our registry fails than it falling back to node-gyp. I didn't see this as a configuration option. Exposing this as an option would be great. Not sure if there's a better implementation, but something as simple as the
node-gyp -j max rebuildcall ininstallto{ RE2_NO_NODEGYP && exit 1; node-gyp -j max rebuild }could be tried.