gradle-node-plugin icon indicating copy to clipboard operation
gradle-node-plugin copied to clipboard

Improve Mac M1 support

Open deepy opened this issue 3 years ago • 3 comments

Extracting #204

But instead of using uname on M1 macs we should be using sysctl sysctl.proc_translated

deepy avatar Feb 10 '22 22:02 deepy

Should this be closed? The changelog claims this is fixed for 3.2.1

Vampire avatar Apr 14 '22 16:04 Vampire

The current solution in 3.2.1 is using uname which as far as I can tell should always be correct (but according to testimonies in #204 that's not true)

My new work laptop is a M1 mac and as soon as I get that I'll switch to sysctl sysctl.proc_translated

deepy avatar Apr 14 '22 16:04 deepy

After fixing https://github.com/node-gradle/gradle-node-plugin/issues/234 an option could be added to automatically run older node versions through Rosetta

deepy avatar Oct 22 '22 12:10 deepy