List of questions
Related questions
Question 31 - Certified JavaScript Developer I discussion
A team that works on a big project uses npm to deal with projects dependencies.
A developer added a dependency does not get downloaded when they execute npm install.
Which two reasons could be possible explanations for this?
Choose 2 answers
A.
The developer missed the option --add when adding the dependency.
B.
The developer added the dependency as a dev dependency, andNODE_ENVIs set to production.
C.
The developer missed the option --save when adding the dependency.
D.
Your answer:
0 comments
Sorted by
Leave a comment first