Google News
logo
Node.JS - Quiz(MCQ)
Command to list all modules that are install globally?
A)
$ npm ls -g
B)
$ node ls -g
C)
$ npm ls
D)
$ node ls

Correct Answer :   $ npm ls -g