NPM - Package Manager

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
"npm config get prefix" command returns the path where __________
Question 2
Which of the following commands can be used to create a user with access to NPM registry?
Question 3
Installing a package in NPM will ___________.
Question 4
Which of the following commands is used to find the version of NPM?
Question 5
The following are all NPM commands, except ___________.
Question 6
Which of the following commands can be used to install package "lodash" with a specific minor version?
Question 7
Which of the following commands can be used to install a package as a devDependency?
Question 8
"npm ls" is used to _________.
Question 9
By default, scoped packages are published as __________.
Question 10
Which of the following commands can be used to create a scoped package?