I've come across this post, that explains how to use (some)NPM modules in Deno: How to use npm module in DENO?
Problem is, the example libraries they give have 0 dependencies.
But what happens, if i want to use a dependency like Axios(might be a bad example because it might not even work with the Node compatibility layer, but it's just an example), which has its own dependencies?
Is there any way to do this, besides manually copying those libraries to my code?