RexSkz/json-diff-kit

Error [ERR_MODULE_NOT_FOUND]: Cannot find package

rawbin- opened this issue · 1 comments

install the package with pnpm add json-diff-kit
and run the demo
image

demo code: nodejs 19.2 // mytest.mjs

import { Differ,Viewer } from 'json-diff-kit';
console.log(Differ,Viewer)

Duplicate of #4