I am trying to build an already built app and using Docker but when I try to build it I get the following error:
Could not find node-14.16.0-darwin-arm64.tar.gz (org.nodejs:node:14.16.0).
I am running version 12.2 of MacOS Monterey on macbook m1 max.
terpz
(Martin Terp)
January 28, 2022, 12:08pm
2
Hi
Can you provide som more info?
What command are you running? dockerfile?
I run ./gradlew build clean
according to the instructions of the app. Worth noting that Docker runs normally.
terpz
(Martin Terp)
January 28, 2022, 12:13pm
4
Im sorry, but you really need to provide more info, there is nothing docker related in your post so far, you have provided us with a command and an error.