Rafael Urdaneta
Rafael Urdaneta

Reputation: 11

jhipster import jdl error when importing JDL

I'm new in Jhipster. After install it last version 7 got this error when try to import JDL: ERROR! Cannot find module 'ajv/dist/compile/context' Try downgradring to version 6, but same error.

Any advice?

Thanks

Complete stack error:

ERROR! Cannot find module 'ajv/dist/compile/context' Require stack:

Upvotes: 1

Views: 872

Answers (1)

Ali Momeni
Ali Momeni

Reputation: 490

try this on project directory

rm -rf node_modules

and then

npm install

Upvotes: 0

Related Questions