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
yarn remove <package>
Error: Cannot find module './build/Release/re2'
After running yarn remove <package>, re2 errors out on app reboot with this error:
re2
Using latest Node LTS stable and latest re2. This is probably a node-gyp + yarn issue though.
node-gyp
yarn
The text was updated successfully, but these errors were encountered:
[email protected] [email protected] [email protected]
Sorry, something went wrong.
I'm closing this issue because it doesn't appear to have anything to do with RE2 itself whereas yarnpkg/yarn#8167 might possibly get somewhere. It's worth noting that the Node.js wrapper comes from https://github.com/uhop/node-re2/. (Ping, @uhop.)
Ah thanks @junyer, sorry I filed in the wrong repo. Appreciate your quick reply on a weekend.
If it still fails, please file a bug at https://github.com/uhop/node-re2/issues
No branches or pull requests
After running
yarn remove <package>
,re2
errors out on app reboot with this error:Error: Cannot find module './build/Release/re2'
Using latest Node LTS stable and latest
re2
. This is probably anode-gyp
+yarn
issue though.The text was updated successfully, but these errors were encountered: