strong textI am using JHipster v6.5.0. My blueprint is generator-jhipster-vuejs. My database is Postgresql. I have been working to this jhipster project for around 2 months. Today I updated my jdl and since then I can not import it using this command jhipster import-jdl jhipster-jdl.jh. It says INFO! No change in entity configurations, no entities were updated. I also tried jhipster import-jdl jhipster-jdl.jh --force. it says
events.js:174
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'charAt' of undefined
at rewrite (C:\Users\0568\AppData\Roaming\npm\node_modules\generator-jhipster-vuejs\node_modules\generator-jhipster\generators\utils.js:117:38)
at Object.rewriteFile (C:\Users\0568\AppData\Roaming\npm\node_modules\generator-jhipster-vuejs\node_modules\generator-jhipster\generators\utils.js:63:18)
at Object.addEntityToRouterImport (C:\Users\0568\AppData\Roaming\npm\node_modules\generator-jhipster-vuejs\generators\utils.js:136:19)
I also tried to import previously imported jdl but could not import them.