AEM Archetype 23 Angular Project build error | Community
Skip to main content
viveksr2
New Member
August 27, 2020
Question

AEM Archetype 23 Angular Project build error

  • August 27, 2020
  • 1 reply
  • 1132 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.

1 reply

Shashi_Mulugu
Community Advisor
Community Advisor
August 28, 2020

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

viveksr2
viveksr2Author
New Member
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