Skip to main content
viveksr2
Level 1
August 27, 2020
Question

AEM Archetype 23 Angular Project build error

  • August 27, 2020
  • 2 replies
  • 1146 views

While building AEM Archetype 23 Angular project, following error comes up on the Linux environment. On Windows it is working fine.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Shashi_Mulugu
Community Advisor and User Group Leader
Community Advisor and User Group Leader
August 28, 2020

@viveksr2 Can you help me with the command configurations you used to create this project?

viveksr2
viveksr2Author
Level 1
September 1, 2020

After creating the project through Archetype 23 through -

 

mvn -B archetype:generate \
-D archetypeGroupId=com.adobe.granite.archetypes \
-D archetypeArtifactId=aem-project-archetype \
-D archetypeVersion=23 \
-D aemVersion=6.5.0 \
-D includeDispatcherConfig=n \
-D appTitle="My App" \
-D appId="myapp" \
-D groupId="com.adobe.aem.myapp" \
-D frontendModule=angular \
-D package=com.adobe.aem.myapp.angular \
-D includeExamples=n

 

then while running following command, i am facing the issue 

 

mvn -PautoInstallSinglePackage clean install