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


Discussion

No Comment Found