I ran into the same problem today on Ubuntu 14.04 LTS. After debugging I noticed that I had accidentally installed nodejs and node using apt-get. After running
sudo apt-get remove node
the problem was fixed.
Hope this helps.
I ran into the same problem today on Ubuntu 14.04 LTS. After debugging I noticed that I had accidentally installed nodejs and node using apt-get. After running
sudo apt-get remove node
the problem was fixed.
Hope this helps.