1.

______command downloads the express module at the specified version and updates the dependencies list in the package.json file.

Answer»

______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 yql1.0.2 --save
(2)npm install express4.13.3 --save


Answer:-(2)npm install express4.13.3 --save



Discussion

No Comment Found