Most likely, you are running the old version of node.js (check with node -v, at the time of writing this, the last lts is 6.x). I suppose you tried to install it using apt-get install nodejsor similar. The packages shipped with ubuntu 14 are deprecated, follow the recommendations on the nodejs' download page and follow these steps:
Step 1, remove the old packages:
sudo apt-get remove --purge nodejs
2, :
curl -sL https:
sudo apt-get install -y nodejs
nodejs, ES6, Object.assign