Answer the question
In order to leave comments, you need to log in
Is it possible to use dependency dependencies in NodeJS?
Is it possible to use dependencies from dependencies or to download dependencies from dependencies to your project?
Answer the question
In order to leave comments, you need to log in
You must explicitly list all dependencies with the desired version range.
Otherwise, it may turn out that the dependency will get rid of its dependency or update it to a version incompatible with your code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question