Angular application
After instalation and when I declare variable
refParser = require('json-schema-ref-parser'); // <- when I add this line error occurs.
I get
Error: Uncaught (in promise): ReferenceError: process is not defined
Is there something I am missing?