FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp
http://fountainjs.io
MIT License
967 stars 67 forks source link

yo fountain-webapp -> throw er; #207

Open bArraxas opened 7 years ago

bArraxas commented 7 years ago

Hi,

I can't run the command line "yo fountain-webapp".

I had tryed all those configs :

Can you help me please ? Regards,

Error Message & Stack Trace

events.js:160 throw er; // Unhandled 'error' event ^

TypeError: this.env.adapter.prompt(...).then is not a function at child.Base.prompt (C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\yeoman-generator\lib\index.js:168:45) at child.fountainPrompting (C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\fountain-generator\lib\Base.js:109:17) at child.prompting (C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\generators\app\index.js:15:17) at Object. (C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\yeoman-generator\lib\index.js:417:23) at C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\run-async\index.js:25:25 at C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\run-async\index.js:24:19 at C:\Users\ac39\AppData\Roaming\npm\node_modules\generator-fountain-webapp\node_modules\yeoman-generator\lib\index.js:418:9 at runCallback (timers.js:672:20) at tryOnImmediate (timers.js:645:5) at processImmediate [as _immediateCallback] (timers.js:617:5)

Config

{ "generator-generator": {} }

Environment (actuel)

Node.js v6.11.0 win32 6.1.7601 (but i use a window 64bit) yo --version : 1.5 npm --version : 5.0.3

valentinpeluso92 commented 6 years ago

I have the same problem