adobe / aem-sample-we-retail-journal

We.Retail Journal is a sample showcasing SPA Editing capabilities in AEM using React and Angular
Apache License 2.0
70 stars 69 forks source link

Using latest version of the frontend plugin= #92

Open fe-lix- opened 1 year ago

fe-lix- commented 1 year ago

Making the installation process work on ARM64 mac.

Description

The current version of the frontend-maven-plugin detect correcly the CPU of M1 Mac as ARM64 and tries to download node with that architecture. Node has not been complied for darwin-arm64 before v16. So using a newer version of the module we can download the darwin-x64 binaries that are compatible.

Motivation and Context

Get the sample to work on Mac M1, M2.

How Has This Been Tested?

Tested on my Mac M1.

Types of changes

Checklist: