Do jhipster support repository other than git or sourcetree? -


i want create application without using jhipster don't want use github. possible?. getting below error while creating application .

c:\users\user\myapplication>yo jhipster module.js:327     throw err;     ^  error: cannot find module 'downgrade-root'     @ function.module._resolvefilename (module.js:325:15)     @ function.module._load (module.js:276:25)     @ module.require (module.js:353:17)     @ require (internal/module.js:12:17)     @ object.<anonymous> (c:\users\user\appdata\roaming\npm\node_modules\yo\node_modules\root-check\index.js:2:21)     @ module._compile (module.js:409:26)     @ object.module._extensions..js (module.js:416:10)     @ module.load (module.js:343:32)     @ function.module._load (module.js:300:12)     @ module.require (module.js:353:17) 

github online project hosting using git, , jhipster application huge spring boot application can host in bitbucket, gitlab, svn, zip file, etc.

the error having else... looks 'npm' error, not giving enough context can you.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -