I had the same issue. I ran:
$ ps aux | grep node
to get the process id, then:
$ sudo kill -9
followed by the process id to kill the process.