npm list -g --depth=0
npm i npm-check -g # install npm-check
npm-check -gu # list packages that need to be updated
yarn global list
yarn global upgrade-interactive
npm list -g --depth=0
npm i npm-check -g # install npm-check
npm-check -gu # list packages that need to be updated
yarn global list
yarn global upgrade-interactive