- Agulp
- Byarn
- Cbower
- Dnpm
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
Both the options
To install a specific minor version of the "lodash" package, you can use the following command:
npm install lodash@3.1 --save
This command installs the "lodash" package with version 3.1 and saves it as a dependency in the package.json file.
A project is a file or directory that is described by a package.json.
The correct command to check if the project has all the latest versions of the packages is:
npm outdated
To create a scoped package, you can use the following command:
npm init --scope=