1.

How To Check The Already Installed Dependencies Which Are Globally Installed Using Npm?

Answer»

Use the FOLLOWING command:
C:Nodejs_WorkSpace>npm ls -G

Use the following command:
C:Nodejs_WorkSpace>npm ls -g



Discussion

No Comment Found