[BUG] Re2 Requires a higher NODE_MODULE_VERSION
See original GitHub issueDescribe the bug
node-re2 so that we can safely use the regular expressions specified by end-users in Timelion see version conflict error when using v1.2 on arm instance.
v1.2:
main (2.0):
To Reproduce create v1.2 graviton2 domain logon to OpenSearch and load sample web log data go to visualize and select to create a timelion visualization run expression:
.es(*).label('all', '.*')
Expected behavior fix the error
OpenSearch Version v1.2 +
Dashboards Version v1.2 +
Plugins no plugin
Host/Environment (please complete the following information):
- OS: [e.g. iOS]
- Browser and version [e.g. 22]
Issue Analytics
- State:
- Created a year ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Re2 Module Compiled Against A Different Node.Js Version
C:\Users\easto\nodemodules\re2\build\Release\re2.node' was compiled against a different Node.js version using NODEMODULEVERSION 79. Error: ...
Read more >Electron/Node error in re2 module - Reddit
After updating an app to Electron 10.1.1, I get this error in the console with ... Node.js 12.16.3 corresponds with Node Module Version...
Read more >Failing to build node-re2 on a node:12.18.1-alpine docker image
I try to get the node-re2 being build on latest node 12.18.1 lts alpine so that i can later copy the binary to...
Read more >Bug megathread :: Resident Evil 2 General Discussions
Originally posted by {Griaule}: The resurrection bug can be easily regenerated. For example play Leon and explode all zombies' head in the ...
Read more >Resident Evil 2 PC upgrade patch will raise minimum required ...
The Resident Evil 2 PC upgrade is adding ray tracing and other ... means the PC requirements will probably be a fair bit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @AMoo-Miki for providing node-re2 redistribution. my original question is what’s our build process for OSD arm artifacts. Now, I have one more question about build/redistribution process for node-re2 ARM
There are opportunities to improve here, shall we discuss, at least add an item to backlog.
@seraphjiang, I maintain the arm64 builds for node-re2 in a personal capacity. It involves a manual triggering of
npm i re2@1.15.4
on an arm64 environment. Then the artifacts are uploaded for consumption.@ananzh can you please verify that these work for the 1.x branch?