Closed fippo closed 1 year ago
see https://github.com/giggio/node-chromedriver/issues/237 https://github.com/giggio/node-chromedriver#versioning actually describes the right thing to do but it means a different process since one can no longer just depend on having chromedriver as a dependency in package.json but most now pull it (which we currently don't but maybe we should?) with an explicit version
Please see comments on https://github.com/giggio/node-chromedriver/issues/237 as we have added more options regarding versions.
--disable-build-check solves this
see https://github.com/giggio/node-chromedriver/issues/237 https://github.com/giggio/node-chromedriver#versioning actually describes the right thing to do but it means a different process since one can no longer just depend on having chromedriver as a dependency in package.json but most now pull it (which we currently don't but maybe we should?) with an explicit version