We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Yarn 2, I get the following warning:
re2@npm:1.10.5: Implicit dependencies on node-gyp are discouraged
Yarn's advice is to add an explicit dependency on node-gyp
node-gyp
The text was updated successfully, but these errors were encountered:
Added in https://github.com/uhop/node-re2/commits/1.11.0
Sorry, something went wrong.
yarn remove <package>
Error: Cannot find module './build/Release/re2'
uhop
No branches or pull requests
Using Yarn 2, I get the following warning:
Yarn's advice is to add an explicit dependency on
node-gyp
The text was updated successfully, but these errors were encountered: