Reputation: 11
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
Reputation: 490
try this on project directory
rm -rf node_modules
and then
npm install
Upvotes: 0