Answer the question
In order to leave comments, you need to log in
Is it possible to identify unused packages?
Sometimes, while writing code, you try a bunch of different libraries and your package.json gets bloated. is there a way to leave only those packages in package.json that are actually used?
Answer the question
In order to leave comments, you need to log in
from comments
https://dev.to/poopcoder/remove-unused-npm-modules...
Delete node_modules , run the project and look for errors :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question