Step-8 : E2E test got error code: ELIFECYCLE #16739
Description
I'm submitting a ...
- [ x] bug report
- feature request
- other
Current behavior:
Followed up Step- 8 - Templating Links & Images, when I tried to run 'npm run protractor' this command. Browser opened with url http://localhost:8000/index.html but couldn't open the index page
When I checked the log , I got error code ELIFECYCLE.
Expected / new behavior:
E2E test should run properly
Minimal reproduction of the problem with instructions:
AngularJS version: 1.7.x-snapshot
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome Version 70.0.3538.67 (Official Build) (64-bit)
Anything else:
Is something wrong with protractor. should we install protractor first? (tried, failed,same error)
In this tutorial, it didn't mention about installing protractor. if we need to , what's the version ?