0 votes
in APIGEE - API Services by
______command downloads the express module at the specified version and updates the dependencies list in the package.json file.

Select the appropriate answer from below given options:

a) npm install yql@1.0.2 --save

b) npm install express@4.13.3 --save

1 Answer

0 votes
by

Correct Answer of the above question is : -b) npm install express@4.13.3 --save

Source: - APIGEE Docs

...