[
https://issues.apache.org/jira/browse/OFBIZ-12460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462184#comment-17462184
]
ASF subversion and git services commented on OFBIZ-12460:
---------------------------------------------------------
Commit 35f7ff34a9951a78561c97509444a3ec69103440 in ofbiz-framework's branch
refs/heads/trunk from James Yong
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=35f7ff3 ]
Fixed: Unable to build in M1 Mac (OFBIZ-12460) (#417)
Upgrade Node.js from 12.18.1 to 16.13.1.
16.13.1 is the latest version with long-term support and has build for M1 Mac.
> Unable to build in M1 Mac
> -------------------------
>
> Key: OFBIZ-12460
> URL: https://issues.apache.org/jira/browse/OFBIZ-12460
> Project: OFBiz
> Issue Type: Bug
> Components: themes
> Affects Versions: Upcoming Branch
> Environment: Apple Mac: M1 processor
> Java version:
> Ofbiz release/branche
> Reporter: James Yong
> Assignee: James Yong
> Priority: Minor
> Labels: build-failure
> Fix For: Upcoming Branch
>
>
> Following error occurs when building in M1 Mac
> {code:java}
> Could not determine the dependencies of task ':nodeSetup'.
> > Failed to query the value of task ':nodeSetup' property 'nodeArchiveFile'.
> > Could not resolve all files for configuration ':detachedConfiguration1'.
> > Could not find node-12.18.1-darwin-arm64.tar.gz
> (org.nodejs:node:12.18.1).
> Searched in the following locations:
> https://nodejs.org/dist/v12.18.1/node-v12.18.1-darwin-arm64.tar.gz
> {code}
> Need to upgrade Node.js version from 12.x.x to 16.x.x as 16.x.x has support
> for M1 Mac.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)