xxxxxxxxxx
# NPM
npm install depcheck -g
# YARN
yarn global add depcheck
# after installation globally just use
depcheck
# without installing the npm module
npx depcheck
# for an advanced use you can use npm-check, it has depcheck included
npm install npm-check -g