Errors starting the Yeoman app generator

cancel
Showing results for 
Search instead for 
Did you mean: 
eugenio_romano
Alfresco Employee

Re: Errors starting the Yeoman app generator

Did you try with other projects that require NPM? It could be a problem due to your firewall or some antivirus that blocks the download of javascript from internet. This kind of problem happens often on windows OS.

udayakumar_p
Active Member

Re: Errors starting the Yeoman app generator

Hello,

Thanks for the reply. Now everything seems to be up and node is running. Can you tell me how to access the application? What is the URL and what is the username and password?

Can you point me to a clear guide on how can i extend the default app that was downloaded

eugenio_romano
Alfresco Employee

Re: Errors starting the Yeoman app generator

Hi I suggest you give a look here:

https://community.alfresco.com/community/application-development-framework/pages/get-started 

the username and password are depending on your BE configuration. When you run :

npm run start 

it automatically open the generated app in your borwser. For more info I suggest you to read the tutorial here :

https://community.alfresco.com/community/application-development-framework/pages/get-started 

alfresco-ng2-components/PREREQUISITES.md at master · Alfresco/alfresco-ng2-components · GitHub 

Application Development Framework 

udayakumar_p
Active Member

Re: Errors starting the Yeoman app generator

Thanks. I will have a look.

The Archive