I get a segmentation fault error when running a node app with @google-cloud/bigtable@6.2.0 import. There is no issue when using version 6.1.0. The error occurs when simply importing the library into a file and running it. - OS: macOS Sequoia Version 15.5 (24F74) - Node.js version: v18.16.0 - npm version: 9.6.6 - `@google-cloud/bigtable` version: 6.2.0 #### Steps to reproduce 1. npm install @google-cloud/bigtable 2. const { Bigtable } = require("@google-cloud/bigtable");
I get a segmentation fault error when running a node app with @google-cloud/bigtable@6.2.0 import.
There is no issue when using version 6.1.0.
The error occurs when simply importing the library into a file and running it.
@google-cloud/bigtableversion: 6.2.0Steps to reproduce