I need to star Selenium like a standalone server because it always returned a TimeOut
java -jar node_modules/protractor/selenium/selenium-server-standalone-2.40.0.jar
Then in a another console
npm run protractor
But be sure to already run the project with
npm install