K
K
Kirill Shekhovtsov2019-03-15 13:34:38
Node.js
Kirill Shekhovtsov, 2019-03-15 13:34:38

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

1 answer(s)
O
OnYourLips, 2019-03-15
@Ksedline

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 question

Ask a Question

731 491 924 answers to any question