npm run cov: missing build dependency open-cli
barrio opened this issue · 1 comments
barrio commented
-
I'm submitting a ...
[X ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
After fresh install vianpx typescript-starter,
the commandnpm run covfails with
sh: 1: open-cli: not found. -
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
Fix: npm i open-cli -D
Please add as a build-dep. TNX.