First, a note of thanks for what you have done wit...
# kvision
p
First, a note of thanks for what you have done with kvision. It is a very nice project. I am on a M1-based Mac. When I try to upgrade to kvision 5.6.1 and kotlin 1.6.10 I get:
Copy code
> Could not find node-14.17.0-darwin-arm64.tar.gz (org.nodejs:node:14.17.0).
     Searched in the following locations:
         <https://nodejs.org/dist/v14.17.0/node-v14.17.0-darwin-arm64.tar.gz>
The 14.17.0 version of node does not have M1 support, but newer versions do. Can you tell me where the reference to that version of node is coming from? Interestingly, I did not have this issue with kvision 5.5.1 and kotlin 1.5.31. Thanks again, Paul
r
It seems like this kotlin bug: https://youtrack.jetbrains.com/issue/KT-49109
You can try a workaround
p
Thanks Robert. That worked.