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

Apple Silicon - Node - ARM64/AARCH64 #172

Open
thomas-obernberger opened this issue Jan 10, 2024 · 14 comments
Open

Apple Silicon - Node - ARM64/AARCH64 #172

thomas-obernberger opened this issue Jan 10, 2024 · 14 comments
Labels
bug Something isn't working

Comments

@thomas-obernberger
Copy link

Hi @wilsonzlin. I am currently working on a Mac based on the silicon platform.

When I try to run this module with node I experience the following exception:
Error: Cannot find module '@minify-html/node-darwin-arm64'

Dependency in the package.json: "@minify-html/node": "0.15.0",

As I understood: There is a module for darwin-aarch64 that should also work with arm64. When I try to load and use this module (darwin-aarch64) manually, I get an error that aarch64!=arm64 from npm while installing it.

Please help me. :)

Thanks,
Thomas

@gustavo-nakabayashi
Copy link

Same error here

@wilsonzlin wilsonzlin added the bug Something isn't working label Jan 17, 2024
@wilsonzlin
Copy link
Owner

Thanks for raising, this should be fixed in the next version. As you have noticed, the correct value should be arm64, not aarch64.
Once the next version is out, let me know if it works on your end.

@mariohamann
Copy link

Same problem for me.

Any plans when you'll plan to publish the next version? :)

@JssDWt
Copy link

JssDWt commented Feb 12, 2024

Confirmed this is an issue.

@fstovarr
Copy link

Same issue here. @wilsonzlin when are you planning to release the new version?

@vinicius73
Copy link

Theres no @minify-html/node-darwin-arm64 in NPM
https://www.npmjs.com/package/@minify-html/node-darwin-arm64

So, It's impossible to install in any Mac M Series

@demensky
Copy link

demensky commented Mar 8, 2024

As a temporary solution, you can use @minify-html/wasm. Don't forget to add the --experimental-wasm-modules flag.

@kireerik
Copy link

kireerik commented Mar 8, 2024

@wilsonzlin Can you release it?

@brianjd
Copy link

brianjd commented Mar 14, 2024

++

@g-mero
Copy link

g-mero commented Apr 4, 2024

same issue

@stretch07
Copy link

I have the same problem, but with '@minify-html/node-linux-arm64'.
@wilsonzlin please please please release

@stretch07
Copy link

nevermind! I stopped using minify-html because there's no point in using rust, your support is terrible, and the codebase itself is a mess. have a great day

@guixinchn
Copy link

When's the fix?

@iodn
Copy link

iodn commented May 3, 2024

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests