bogeychanB
Denoβ€’3y agoβ€’
11 replies
bogeychan

Help with npm peerDependencies

Hi πŸ‘‹

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:

Uncaught Error: Cannot find module '@sinclair/typebox/value'


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?

deno 1.38.3 (release, x86_64-unknown-linux-gnu)
v8 12.0.267.1
typescript 5.2.2
Was this page helpful?