Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running test #22

Open
jjmato opened this issue Jan 20, 2022 · 0 comments
Open

error running test #22

jjmato opened this issue Jan 20, 2022 · 0 comments

Comments

@jjmato
Copy link

jjmato commented Jan 20, 2022

missing dev dependencies

>lerna run --scope='app' test

info cli using local version of lerna
lerna notice cli v3.22.1
lerna notice filter including "app"
lerna info filter [ 'app' ]
lerna info Executing command in 1 package: "npm run test"
lerna ERR! npm run test exited 1 in 'app'
lerna ERR! npm run test stdout:

> app@0.0.1 test D:\@workspace\stencil-lerna\packages\app
> stencil test --spec --e2e

[06:59.3]  @stencil/core
[06:59.6]  v2.0.3

[ ERROR ]  Please install missing dev dependencies with either npm or yarn.
           npm install --save-dev @types/jest@26.0.12 jest@26.4.2
           jest-cli@26.4.2 @types/puppeteer@3.0.1 puppeteer@5.2.1


lerna ERR! npm run test stderr:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! app@0.0.1 test: `stencil test --spec --e2e`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the app@0.0.1 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\nodejs\npm-cache\_logs\2022-01-20T15_06_59_849Z-debug.log

lerna ERR! npm run test exited 1 in 'app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant