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

2 messages · Page 1 of 1 (latest)

vestal frigate
#

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?

#

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