Closed cary-smith closed 6 years ago
Stencil version: (run npm list @stencil/core from a terminal/cmd prompt and paste output below):
npm list @stencil/core
@stencil/core@0.0.8-0
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior: Cannot execute npm run test.watch
npm run test.watch
Expected behavior: The ability to develop via TDD
Steps to reproduce:
stencil-app-starter
npm i
Related code:
// nothing new
Other information:
Just trying to get started in TDD and hit this wall. 😞 This same problem is affecting the stencil-component-starter as well.
stencil-component-starter
Hello! Thanks for using Stencil. This issue has been fixed with the latest version of Stencil, 0.2.2. Thanks!
Stencil version: (run
npm list @stencil/core
from a terminal/cmd prompt and paste output below):I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior: Cannot execute
npm run test.watch
Expected behavior: The ability to develop via TDD
Steps to reproduce:
stencil-app-starter
reponpm i
npm run test.watch
Related code:
Other information:
Just trying to get started in TDD and hit this wall. 😞 This same problem is affecting the
stencil-component-starter
as well.