In an empty directory:
$ npm install httpsnippet
$ node
> require('httpsnippet')
Uncaught Error: Cannot find module 'ajv'Used here:
| importAjv,{ErrorObject}from'ajv'; |
Ajv is a dev dependency in this repo (via eslint) but not an actual dependency of the project.
In an empty directory:
Used here:
httpsnippet/src/helpers/har-validator.ts
Line 1 in 63650f3
Ajv is a dev dependency in this repo (via eslint) but not an actual dependency of the project.