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

Not compatible with macs with M1 chips #66

Open
greatjack1 opened this issue Apr 12, 2022 · 0 comments
Open

Not compatible with macs with M1 chips #66

greatjack1 opened this issue Apr 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@greatjack1
Copy link

greatjack1 commented Apr 12, 2022

The generateContractWrappers task fails when running on a mac with an arm m1 chip

Steps To Reproduce

Run the generateContractWrappers task on a m1 mac

Expected behavior

It should generate the contract wrappers

Actual behavior

It throws an error that it Could not find org.nodejs:node:12.18.1. This is due to the fact that somewhere in the plugin dependency chain we are relying on the https://github.com/node-gradle/gradle-node-plugin which until version 3.0.0 will throw this error if run on a arm mac.

We need to figure out which dependency is using the gradle-node-plugin and just upgrade it to version 3.0.0

@greatjack1 greatjack1 added the bug Something isn't working label Apr 12, 2022
@greatjack1 greatjack1 reopened this Apr 12, 2022
@xaviarias xaviarias self-assigned this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants