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

Add darwin arm64 LE build #550

Closed
mhart opened this issue Nov 19, 2020 · 9 comments · Fixed by #820
Closed

Add darwin arm64 LE build #550

mhart opened this issue Nov 19, 2020 · 9 comments · Fixed by #820

Comments

@mhart
Copy link

mhart commented Nov 19, 2020

Currently get this on the latest Macs:

Unsupported platform: darwin arm64 LE
@mhart
Copy link
Author

mhart commented Nov 19, 2020

I realize this won't be possible until you've got access to a Go that supports it: golang/go#38485 (comment)

But I figured it's worth having an issue to track it

@evanw
Copy link
Owner

evanw commented Nov 19, 2020

I was wondering when this would come in. From what I understand, Go is currently in feature freeze for 1.15 and this isn't going to be supported by Go until the 1.16 release in February.

evanw added a commit that referenced this issue Nov 27, 2020
@evanw
Copy link
Owner

evanw commented Nov 27, 2020

Sounds like esbuild should be working on the M1 soon. It turns out the simple way to fix this is just to ship the darwin x64 LE version. This was done in #564.

@285851937

This comment has been minimized.

evanw added a commit that referenced this issue Dec 12, 2020
@evanw

This comment has been minimized.

@285851937

This comment has been minimized.

@sudarshansb143
Copy link

If someone is facing same issue with angular please refer here

https://stackoverflow.com/questions/69613984/npm-install-esbuild-unsupported-warning

it worked for me on angular 12.1.4

@ajnart
Copy link

ajnart commented Nov 7, 2023

If this is solved, then how am I getting this error in late 2023 ? On my NextJS application running yarn install produces the following

➤ YN0007: │ esbuild@npm:0.5.26 must be built because it never has been before or the last one failed
➤ YN0009: │ esbuild@npm:0.5.26 couldn't be built successfully (exit code 1, logs can be found here: /private/var/folders/q8/mhk8syfs6tscrmprgglz4nhc0000gn/T/xfs-be161bca/build.log)

Can someone help me with that ? This issue is very frustrating

@lydell
Copy link

lydell commented Nov 7, 2023

The logs you posted say esbuild@npm:0.5.26 which makes it look like your are installing esbuild v0.5.26. This issue was fixed in v0.8.47. The latest is version as of this writing is v0.19.5. Install a later version.

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

Successfully merging a pull request may close this issue.

6 participants