Closed RaghavendhraK closed 9 years ago
I did npm install json-schema-generator, then added this line of code. schemaGen = require 'json-schema-generator';
I am getting the Error: Cannot find module 'pretty-data'.
It seems to be pretty-data needs to be moved from dev-dependencies to dependencies in package.json.
Thanks, Raghu
This should be resolved now! Thanks for the feedback
I did npm install json-schema-generator, then added this line of code. schemaGen = require 'json-schema-generator';
I am getting the Error: Cannot find module 'pretty-data'.
It seems to be pretty-data needs to be moved from dev-dependencies to dependencies in package.json.
Thanks, Raghu