How can you get a list of commands that are available in npm?
Experience Level: Junior
Tags: npm
Answer
In order to get a list of npm commands, open the command-line and run:
npm
or
npm help
Related npm job interview questions
How do you find details about a specific npm command?
npm JuniorWhere does npm get the modules from?
npm JuniorShould you store package.json file to a version control?
npm JuniorShould you store node_modules directory to a version control?
npm JuniorHow do you install npm?
npm Junior