cancel
Showing results for 
Search instead for 
Did you mean: 

Errors starting the Yeoman app generator

eamas5525
Champ on-the-rise
Champ on-the-rise

I'm unable to successfully execute yo ng2-alfresco-app on Ubuntu Server 16.04, node v6.9.1, and npm v3.10.8.

I've tried using npm cache clean and rebooting without luck.

My terminal output is below. Everything is ok on installing yo and the generator-ng2-alfresco-app. 

Yeoman Errors

Any hints or help would be greatly appreciated. 

Thanks.

13 REPLIES 13

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.

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

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 

Thanks. I will have a look.