Closed nicolas63 closed 4 years ago
@nicolas63 try removing the auto-install cache: rm -rf .yo-repository
It's the same result (i have test on an empty folder)
Are you trying to run a linked version?
Lookups like it's running a dotnetcore 0.3.0 instance were app blueprint doesn't exists.
Error: Generator jhipster-dotnetcore:app isn't registered.
error is normal, it means the app blueprint was not found.
I think https://github.com/jhipster/generator-jhipster/issues/11727 is related to commander 3 -> 4 update.
Update: just reverted and problem persists.
yes, i try to run linked version
and yes in 0.3.0 the app doesn't exist but it exist now
See if C:/Users/Nicolas/AppData/Roaming/npm/node_modules/generator-jhipster-dotnetcore/generators/app/index.js
exists.
Reference:
INFO! No custom sharedOptions found within blueprint: generator-jhipster-dotnetcore at C:/Users/Nicolas/AppData/Roaming/npm/node_modules/generator-jhipster-dotnetcore
Yes you're right, thanks ! i have re run npm link and the app folder appears. Now it's works !
For this error:"No blueprint found" you have to link the jhipster generator-blueprint to the folder you create for testing the blueprint.
The ascii art was display twice now and error was diplay in debug mode, maybe due to your modification on blueprint auto-install @mshima ? Maybe link to https://github.com/jhipster/generator-jhipster/issues/11727 ?