cancel
Showing results for 
Search instead for 
Did you mean: 

error installing generator-alfresco-adf-app

david_vela
Champ in-the-making
Champ in-the-making

Hi, I am trying to install the ADF generator in NPM using the following command: 

npm install -g generator-alfresco-adf-app@latest

But I am getting the following error: 

I have the feeling it has something to do with the python 2.7 syntax and that I have install python 3.6. 

Can you tell me how to solve the error and installing the generator? 

Thanks and Kind regards, 

David 

1 ACCEPTED ANSWER

silversky
Champ on-the-rise
Champ on-the-rise

Hi.

I also experienced the same error. I succeeded in installing the generator by using Python 2.7 instead of Python 3.7.

As you think, Python 3 requires parentheses when using the print function.

2. Built-in Functions — Python 3.6.8 documentation 

View answer in original post

2 REPLIES 2

silversky
Champ on-the-rise
Champ on-the-rise

Hi.

I also experienced the same error. I succeeded in installing the generator by using Python 2.7 instead of Python 3.7.

As you think, Python 3 requires parentheses when using the print function.

2. Built-in Functions — Python 3.6.8 documentation 

eugenio_romano
Elite Collaborator
Elite Collaborator

Version 3.0.2 of the generator has fixed this bug