question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Arm64 Support (Apple Silicon M1)

See original GitHub issue

Short overview

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @nut-tree/nut-js@1.6.1-next.20210405212542: wanted {"os":"linux,darwin,win32","arch":"x64,ia32"} (current: {"os":"darwin","arch":"arm64"})
npm ERR! notsup Valid OS:    linux,darwin,win32
npm ERR! notsup Valid Arch:  x64,ia32
npm ERR! notsup Actual OS:   darwin
npm ERR! notsup Actual Arch: arm64

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/danielehrhardt/.npm/_logs/2021-04-26T21_04_26_505Z-debug.log

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
s1hofmanncommented, Sep 29, 2022

@antonbrams Rosetta claims to solve this issue.

If it doesn’t and you need help with your native modules, drop me a message.

0reactions
antonbramscommented, Sep 29, 2022

@antonbrams nut.js >= 2.0.0 also supports Apple Silicon

Thanks for your quick reply! I’m just asking not only for nut-js but for other native modules included in my project (sorry for offtop but your are real experts here ❤️) I feel like if i’m starting the project on m2 the whole world collapses and i don’t know how to compile all the native modules. And i want to sell my old project-laptop as quick as possible 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mac computers with Apple silicon
Contact Apple Support. Need more help? Save time by starting your support request online and we'll connect you to an expert. Get started ......
Read more >
Apple M1 Processor Overview and Compatibility - Toptal
The M1 is an ARM processor, not an x86 processor. It integrates more components than an Intel CPU. The Apple M1 also integrates...
Read more >
what is the difference between mac m1 vs apple silicon vs ...
Apple Silicon is a growing family of Apple-designed 64-bit ARM SoCs. The M1 is the first generation of the family. ARM64 is an...
Read more >
Mac transition to Apple silicon - Wikipedia
The Mac transition to Apple silicon is the process of changing the central processing units (CPUs) of Apple Inc.'s line of Mac computers...
Read more >
Running x86_64-based containers on Mac computers with an ...
... to run x86_64 containers on newer Mac computers that are built with an Apple Silicon (M1) processor, which is an ARM64 architecture....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found