Help with npm peerDependencies
Hi 
I am using an npm library that has
It gives the following runtime error whenever I import/use the library:
I tried to add this peer to my
I've read some comments claiming that peer dependencies work. am I missing something?
I am using an npm library that has
@sinclair/typebox listed under peerDependencies.It gives the following runtime error whenever I import/use the library:
I tried to add this peer to my
imports in deno.jsonc, but the error persists.I've read some comments claiming that peer dependencies work. am I missing something?
