In an empty directory:
$ npm install httpsnippet
$ node
> require('httpsnippet')
Uncaught Error: Cannot find module 'ajv'
Used here:
|
import Ajv, { ErrorObject } from 'ajv'; |
Ajv is a dev dependency in this repo (via eslint) but not an actual dependency of the project.