downloaded source zip from here: https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-0.2.0
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm (install node and npm) on project aem-guides-wknd.ui.frontend: Could not download Node.js: Got error code 404 from the server. -> [Help 1]
Have following installed:
Java 11
node v15.0.0
mvn 3.6.3
npm 7.6.0
Im doing this from zsh. Tried bash also. Is it because its not X86 arch on the M1 mac?
I also tried changing node to the latest in the pom file:
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
I found the solution. The fontend-maven-plugin is old, and doesnt support the newer chips.
The solution was to change its version to 1.11:
Lets hope someone from Adobe updates their wknd source before too many people hit the same problem.
Check frontend-maven-plugin configuration. Try accessing node version <nodeVersion>v10.13.0</nodeVersion> from https://nodejs.org/dist/v10.13.0/ . Try to build as admin.
I found the solution. The fontend-maven-plugin is old, and doesnt support the newer chips.
The solution was to change its version to 1.11:
Lets hope someone from Adobe updates their wknd source before too many people hit the same problem.
조회 수
답글
좋아요 수
Updating the maven plugin to 1.11.0 worked for me
조회 수
Likes
답글