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:
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Thanks bhai for the answer ... really helpful
Thank you so much , i was stuck on this point.
Updating the maven plugin to 1.11.0 worked for me
Thanks for the question brother
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies