How do you find details about a specific npm command?
Experience Level: Junior
Tags: npm
Answer
To find out more about a specific npm command, open the command-line and run the following command:
npm CommandYouAreInterestedIn -h
The parameter -h stands for Help.
Related npm job interview questions
What is a npm package?
npm JuniorHow do you make npm show details about a specific npm command in a browser window?
npm JuniorWhere does npm get the modules from?
npm JuniorHow can you get a list of commands that are available in npm?
npm JuniorShould you store package.json file to a version control?
npm Junior