Running Angularjs and Protractor from Windows Command Prompt

Install the node modules and web driver

npm install protractor

then run

<project_directory>\node_modules\.bin\webdriver-manager update

And then running protractor against a conf.js file.

node_modules\.bin\protractor conf.js

I’m assuming the command prompt is opened in the project root.