DEV Community

Discussion on: Generate your first Xamarin application with JHipster.NET

Collapse
 
murphymj5209 profile image
michael murphy • Edited

Sir, the command 'jhipster -d --blueprints dotnetcore' does not work, I receive the message ''jhipster' is not recognized as an internal or external command,
operable program or batch file.' when I run this command.

the 1st command 'npm install -g generator-jhipster-dotnetcore' worked fine;

FYI, I am on a win 10, latest release, with Visual Studio 2019, Micrsoft SQL Developer 2019, MS Office, if this helps. I am ruuning the command prompt in Admin mode and using a empty directory.

Collapse
 
zenrac profile image
Zenrac

Hello Michael,

My apologizes for the late reply, do you have the base JHipster generator installed ? You can install it by running npm install generator-jhipster. If you already installed it then you may need to add JHipster to your system path.

Hope it helps!