James Yong created OFBIZ-12460:
----------------------------------
Summary: 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
Reporter: James Yong
Assignee: James Yong
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)