I am trying to run the protractor interactively to test out the elments
I start the selenium server by
wedriver-manager start
Then I go to protractor root directory
C:\Users\Name\AppData\Roaming\npm\node_modules\protractor
and type the following command
"./bin/elementexplorer.js" http://some_server/someApp
I get following errors
Script
Line : 1
Char : 1
Error : Invalid Character
Code : 800A03F6
Source : MS JScript compliation error
At line of elementexplorer.js is the following line
#!/usr/bin/env node