Alfresco / SearchServices

Alfresco Search Services
GNU Lesser General Public License v3.0
31 stars 36 forks source link

Generator Alfresco Docker Compose #385

Closed marcogianini closed 2 years ago

marcogianini commented 2 years ago

Hi,

i can't install generator-alfresco-docker-compose and run yo alfresco-docker-compose.

I have yo successfully installed, and nodejs as well.

I try to install without using the npm link and it does not find.

What is the best way forward?

Thanks

aborroy commented 2 years ago

You may try using "npm install" and "npm link" after that.

marcogianini commented 2 years ago

Angel, good morning.

I did exactly as the documentation you created says.

I install yo and then npm link and it says it doesn't find generator-alfresco-docker-compose

I don't know if I need to point the npn link somewhere.

Marco

aborroy commented 2 years ago

Try "npm update" and "npm link" from "generator-alfresco-docker-compose" folder.

marcogianini commented 2 years ago

Thanks, that´s correct.