While building AEM Archetype 23 Angular project, following error comes up on the Linux environment. On Windows it is working fine.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@viveksr2 Can you help me with the command configurations you used to create this project?
Views
Replies
Total Likes
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
Views
Replies
Total Likes