Gabriel Fournier
Gabriel Fournier
@benzino77 the error you pasted is related to npm 8, where it now enforces peer dependencies strictly
> @benzino77 the error you pasted is related to npm 8, where it now enforces peer dependencies strictly Good news is I gnawed at this problem over the last few...
So I ran madge@6 in a debugger... my `lib/focus.ts` file starts with ```ts import type { HardwareType, IAttachmentManifest, ProductType } from "focus"; import type { AnyPayload, ILegacyPayload } from "../interface";...