HylianComrade
How to override the version from a dependency of a project's dependency from npm
I'm currently using react-pdf as a dependency, react-pdf uses fontkit as a dependency, and fontkit uses the npm restructure library.
restructure, on the other hand, broke fontkit, therefore I would like to replace the new restructure version with the old one, so I tried using Deno.json's imports map, and scopes as well.
None of them replaced the version. Given that, there's a way to do so?
8 replies