Answers for "check unused npm modules"

2

find the unused npm modules

npm-check or depcheck
Posted by: Guest on October-09-2020
0

identify unused node modules

To run without installing use npx:
npx depcheck


npm install depcheck -g
or
yarn global add depcheck
Posted by: Guest on November-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language