-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Bug] Unable to download node on Mac with ARM chips #176
Comments
For now I have fixed by adding |
Hi, Thank you for posting this issue and providing detailed info.
You did not paste the exception you are talking about. The log output you provided shows a successful downloading of a Node distribution. Thank you for your help! |
Hi @shiveenp, |
Hi @shiveenp, In the next days, I'd like to fix the issue you encountered, but for this, I need the exact exception you were talking about in your first message:
I guess the exception is named Thanks again for your help! |
FYI on version 6.0.0, on an Apple M1 laptop
I'm using node 20.9.0, however node 14.17.3 releases did not have yet ARM64 builds for macOs at that time. https://nodejs.org/en/blog/release/v14.17.3 |
Hi,
To start off, thanks for the great plugin!
What I am trying to do:
I am trying to build my frontend using the latest version of the plugin on JDK11+. Here's my config in
build.gradle.kts
:Expected results: Node is installed and can build the project.
Actual results:
installNode
task throws an exception when downloading node for Mac M1x.Environment
I saw this issue #165 which implies that the problem is fixed but following the commits I could only see it fixed inside the JDK8 build.
The text was updated successfully, but these errors were encountered: