Error: Install failed for yargs when running npm test, web-test-runner \"src/**/*.test.jsx\", web-test-runner not working #3502
Unanswered
jackprogramsjp
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran
npm test
, and here are the results:Ok, so then I install yargs by
npm install yargs
, and I trynpm test
again, here are results:I followed exactly how the template-react did, same files in same directories, and everything (except for the content of the javascript files, which doesn't matter here): https://github.com/snowpackjs/snowpack/tree/main/create-snowpack-app/app-template-react
Here is my
package.json
(includingyargs
):Why is
web-test-runner
not working? Why is it makingError: Install failed for yargs
error? How should I fix this?Beta Was this translation helpful? Give feedback.
All reactions