I am trying to login on facebook.com with selenium-webdriver.
var webdriver = require(\'selenium-webdriver\'), By = require(\'selenium-webdriver\').By,
Updating nodejs solved the issue:
nodejs
npm cache clean -f sudo npm install -g n sudo n stable node --version node app.js
You have to run the second and third command as root/administrator.