hermeslm / generator-jhipster-angular-datatables

JHipster module to change default data grid(table) with Angular DataTables
Other
13 stars 10 forks source link

not working #1

Closed sonersivri closed 7 years ago

sonersivri commented 7 years ago

I install but cannot use the generator

yo jhipster-angular-datatables Error jhipster-angular-datatables

You don’t seem to have a generator with the name “jhipster-angular-datatables” 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-angular-datatables.

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.

hermeslm commented 7 years ago

It looks like issues with your computer settings but you can install this package locally to your project if nothing works, just clone this project into your computer and link using "npm link" as superuser in the cloned project root folder. Then you can use it in your project without any trouble. I hope it can help you.

I will be working on this issue for a real solution.