jeanparpaillon / generator-saloon

yeoman + cowboy = saloon
Other
2 stars 1 forks source link

Failing with latest Yeoman #3

Open jj-owens opened 6 years ago

jj-owens commented 6 years ago

Hello, It seems this project has not been updated in a while, but I would like to mess around with it. However, I ran into the following error after using the command yo saloon at command prompt to build the project:

var Saloon = generators.Base.extend({
                            ^

TypeError: Cannot read property 'extend' of undefined

It appears this is because of breaking change to the way Yeoman extends its generators after 1.x, however I have tried some fixes for this to no avail. Any assistance please?

Thanks so much! ~J

jeanparpaillon commented 6 years ago

Sorry, but I don't play with yeoman for a while. I welcome any contribution of course.

caumond commented 3 years ago

Hello guys, any update on this ? I'm trying to quickstart that lib and fail on the same error. @jeanparpaillon , I understand you usually use something else, can you give us some insight of alternatives methods? and update accordingly the method, as the one documented is not working.