bombillazoB
Denoβ€’2y agoβ€’
1 reply
bombillazo

Is there any way to force a Deno dependency to use a specific version of std?

We're having an issue were a dependency we are importing from npm with the
npm:
identifier is trying to use a node lib that only exisits up to std v0.177.0, specifically the tty lib. Our main std version is in 0.244.0 specified in our import_map.json file.

Is there any way to specify this 3rd party dep to use the std version it requires to work?
Was this page helpful?