Published
- 1 min read
identify unused node modules
The solution for this is noted below
identify unused node modules
Solution
To run without installing use npx:
npx depcheck
npm install depcheck -g
or
yarn global add depcheck
Try other methods by searching on the site. That is if this doesn’t work