Issue
I installed Netlify CLI on my react app and it came with thousands of lines on my package.json file. Is there an alternative way to delete apart from selecting and deleting?
Solution
Echoing what Fabio said:
use the npm uninstall command
npm uninstall netlify-cli
Answered By - Joseph
Answer Checked By - - Clifford M. (ReactFix Volunteer)