Setup
npm install -g protractor
Then update your webdriver-manager, which is used to start the instance of the standalone server before running the tests
webdriver-manager update
start the server
webdriver-manager start
You can see information about the status of the server at
http://localhost:4444/wd/hub
Run the test
protractor conf.js