Home › JavaScript / Node / React › List Node Packages Installed in Windows
JavaScript / Node / React · Jun 26, 2018 · 1 MIN READ

List Node Packages Installed in Windows

To see a list of node user-installed packages running on Windows, type the command:

npm list -g --depth=0

And with package dependencies tree:

npm list -g

 

Carl de Souza
Keep learning. Keep building.

Explore AI, agents & Microsoft technology.

I share practical ideas, tutorials, and videos about AI, AI agents, Microsoft technologies, and the Power Platform.

Subscribe on YouTube →
Carl de Souza Enterprise Architect at Microsoft · AI Technology Expert

Leave a Reply

Your email address will not be published. Required fields are marked *

Carl de Souza
KEEP LEARNING. KEEP BUILDING.

Explore AI, agents & Microsoft technology.

I share practical ideas, tutorials, and videos about AI, AI agents, Microsoft technologies, and the Power Platform.