I would like to display all my installed npm packages (nodemailer, json, etc) and delete them. Also, I would like to clean npm "history".
I have read that I should do this:
npm list -g
to display all packages but I am not sure this is exactly it because I have recently downloaded nodemailer and it is not in this list...
Any help? Thanks!