To uninstall all NPM packages
npm uninstall `ls -1 node_modules | tr '/\n' ' '`
Uninstall NPM
npm uninstall npm -g
Uninstall Node.js
apt purge nodejs