How to Stop Node Server from command line on Ubuntu ?
Here are a few options
pkill -9 node
killall node
kill -9 $(ps aux | grep '\snode\s' | awk '{print $2}')
if you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com