bogeychan
bogeychan
DDeno
Created by bogeychan on 11/24/2023 in #help
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'
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
deno 1.38.3 (release, x86_64-unknown-linux-gnu)
v8 12.0.267.1
typescript 5.2.2
12 replies