This repository was archived by the owner on Jul 29, 2024. It is now read-only.
npm start
on Windows fails at running testapp
#1227
Labels
When attempting to start up Protractor using
npm start
, I get an error that "'testapp' is not recognized as an internal or external command, operable program or batch file."To reproduce on a Windows machine:
1: Clone the protractor repo
2: Enter the protractor directory in a command console
3: In a separate window, fire up a selenium server according to the For Contributors instructions
4:
npm install
5:
npm start
The entire error information is:
Here's a fun thing: running
npm list | find "testapp"
shows nothing, as though testapp isn't installed.If I do:
npm install testapp
, it installs version 0.0.0, which doesn't actually exist. The full output of the command is:The text was updated successfully, but these errors were encountered: