Where does npm list -g install files?

By | March 3, 2021

To find the location of npm list -g, run this command:

> npm list -g
/usr/local/lib
├── @vue/cli@4.5.11
└── npm@7.5.3

This will show you the location of where the various libaries are installed. On MacOS, they are in the /usr/local/lib folder.

Leave a Reply

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