Published
- 1 min read
remove unused dependencies in React Ask Question
The solution for this is noted below
remove unused dependencies in React Ask Question
Solution
npm install -g depcheck
depcheck react-project-FOLDER
wait for it !
result:
Unused dependencies
* ...
* react-bootstrap
Missing dependencies
npm uninstall react-bootstrap
Try other methods by searching on the site. That is if this doesn’t work