How I can find out package installed globally with Yarn or npm? (I can't remember package installed with which one!)
let me describe more:
I had install Vuejs with help its installation document; On that described I can use tow way to install it:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
and now I can remember how I instaled VueJS, with npm or yarn?! I have this problem with JHipster and Quasar Framework and Vuetify, after a while I forget how they had installed on my system! :-/