Problem one:
First up add Javro to your existing JSON Schema project.
npm install --save-dev javro
...this installs a different javro: https://www.npmjs.com/package/javro
Problem two:
const { jvro, SchemaRegistryAvroFetcher } = require('javro');
(just a minor typo... jvro should be javro)
Problem one:
...this installs a different
javro: https://www.npmjs.com/package/javroProblem two:
(just a minor typo...
jvroshould bejavro)