kristianmandrup / generator-aurelia-ts

Turbo Start generator for Aurelia apps
32 stars 4 forks source link

When i tried to create entity in project folder , getting the following error) #20

Closed AmsaveniMidhun closed 7 years ago

AmsaveniMidhun commented 7 years ago

E:\iloads-old>yo jhipster:entity truckowner

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

TypeError: Cannot read property 'endsWith' of undefined at constructor.getAngularAppName (C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\generators\generator-base.js:1520:65) at constructor.getConfig (C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\generators\entity\index.js:142:40) at Object. (C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:417:23) at C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\node_modules\yeoman-generator\node_modules\run-async\index.js:25:25 at C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\node_modules\yeoman-generator\node_modules\run-async\index.js:24:19 at C:\Users\Wdsi\AppData\Roaming\npm\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:418:9 at runCallback (timers.js:672:20) at tryOnImmediate (timers.js:645:5)

kristianmandrup commented 7 years ago

Yeah, sorry. I never completed this generator. But should give you a running start... I was trying to help a jHipster friend escape from Angular 1 hell. I don't know much about jHipster, so maybe you will have more luck!

AmsaveniMidhun commented 7 years ago

My bad :( Now i am getting this error, when i try to create entity.

Though the generator is already been created !

E:\iloads-old>yo jhipster: entity TruckOwner Error jhipster: entity TruckOwner

You don’t seem to have a generator with the name “jhipster:” installed. But help is on the way:

You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/. Install them with npm install generator-jhipster:.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators.

If yo cannot find the generator, run yo doctor to troubleshoot your system.

kristianmandrup commented 7 years ago

Ah, but this is a generator for TypeScript with Aurelia. There is another 80% done generator for Aurelia with jHipster. I got a bit confused.

https://github.com/kristianmandrup/aurelia-breeze-hipster-entity-generator https://github.com/kristianmandrup/jhipster-aurelia-boilerplate

Good luck ;)