You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: