Skip to content
New issue

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

with snap node on aarch64 it doesnt build #154

Open
ledlamp opened this issue Feb 5, 2023 · 4 comments
Open

with snap node on aarch64 it doesnt build #154

ledlamp opened this issue Feb 5, 2023 · 4 comments
Assignees

Comments

@ledlamp
Copy link

ledlamp commented Feb 5, 2023

it seems if you're on aarch64 (oracle free for example) and you use the snap node (cause it's convenient ya know), it installs without error when it actually has no build and then errors with Cannot find module './build/Release/re2'. even with build tools and node-gyp installed it doesnt install the build.

once you install real nodejs (i.e. nodesource) it works fine.

on amd64 it works with snap.

so i think it fails because of snap containerizing or something and there's no node-gyp in there, and the problem is the install script fails silently

@uhop uhop self-assigned this Feb 11, 2023
@uhop
Copy link
Owner

uhop commented Feb 11, 2023

No idea how to test this specific case and how to make failing more prominent. Contributions are welcome.

@0pt1m1z3r
Copy link

I got the same problem. The last version works for me is 1.18.0.

@viceice
Copy link

viceice commented Feb 23, 2024

this will probably fixed automatically when #193 is released

@ildardevico
Copy link

I faced the same issue using old eol node version v14.15.1 if it helps someone. Downgrading to 1.18.0 worked even with old node js version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants