Last active
December 27, 2018 20:11
-
-
Save hemanth415/403b6743de6affcb5e83c559f18f0fe8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generally AEM project can be created/structured leveraging Lazybones using the below command: | |
$ lazybones create aem-multimodule-project <project-directory-name> | |
Occationally, the above command fails to the project creation. | |
Unexpected failure: Connection reset | |
Cannot create a new project when the template isn't locally cached or no version is specified | |
In order to resolve the above error, we have to tweek the above command with the addition of relase version. | |
$ lazybones create aem-multimodule-project 0.1.0 <project-directory-name> | |
https://github.com/pledbrook/lazybones | |
https://github.com/Adobe-Consulting-Services/lazybones-aem-templates/releases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment