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.
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.