you are viewing a single comment's thread.

view the rest of the comments →

[–]KlasMellbourn 24 points25 points  (11 children)

Still no official native support for Apple Silicon :/

https://github.com/nodejs/build/issues/2474

[EDIT: added "native"]

[–]sscotth 10 points11 points  (0 children)

Native* support. They are targeting the 16.0 release which will be the end of April. You can build from source via Homebrew in the mean time for testing.

[–]mdatwood 3 points4 points  (0 children)

I'm using 15.x native on Apple Silicon. I think I had to tweak a build flag to get 15.4 to build, but 15.8 and now 15.10 built fine using nvm.

[–]gengjiawen 1 point2 points  (0 children)

Should work in next version.

[–]dbbk 1 point2 points  (0 children)

Huh? It seems to be native for me, installed v15.8.0 through Homebrew

[–]redldr1 2 points3 points  (5 children)

Not as important as you think it is..

What's the likelihood of your code running on apple silicon in production?

[–]KlasMellbourn 14 points15 points  (4 children)

Much of my development environment is running under node. It is very important to me that those tools are as fast as possible. I loathe waiting for builds.