| ______command downloads the express module at the specified version and updates the dependencies list in the package.json file.
Choose the correct option from below list
(1)npm install yql@1.0.2 --save
(2)npm install express@4.13.3 --save
Answer:-(2)npm install express@4.13.3 --save | | |