Closed jmif closed 3 years ago
url-regex-safe
recently made re2 optional and will fallback to the native RegExp in the 2.1.0 release. Bumping the version will likely resolve this issue. The new version of url-regex-safe
is already merged into master, so we're waiting on a new release of metascraper
.
Thanks for notifying me. Released v5.25.1
, can you confirm it works as expected?
Works! Thanks @Kikobeats
Prerequisites
package.json
.Subject of the issue
Metascraper helpers depends on url-regex-safe:
which in turn depends on re2 1.15.9, which does not have support for Node 16
re2 version 1.16.0 does have support for node 16 and it looks like url-regex-safe has recently upgraded to it. If a package upgrade is supported would be great to be able to use this with node 16!