Edward Salter

Results 3 comments of Edward Salter

The module is written to primarily support AMD modules (require.js) by the looks and has a special mapping set in its build. To fix this issue using webpack you can...

I had this same issue until I realised that I had deleted my `node_modules` folder and not run an `npm install` again. :grimacing:

I've just come across the issue with open-api-mocker bombing out when it encounters a ciruclar reference. I believe that it boils down to an outdated version of `ajv` causing the...