question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm test does not work

See original GitHub issue

When I give the command npm test to the command line after a while the batch freezes as it is seen in the attached photo: clitap

When I write something and hit enter the console logs it back.

System: Windows 10 64-bit NodeJS: 6.10.0 LTS npm: 3.10.10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
gr2mcommented, Feb 27, 2017

also start a PR so we can discuss there, makes things easier

1reaction
gr2mcommented, Feb 27, 2017

coverage for parse-options is at 75%

that’s okay, we are not at 100% right now. We can address that separately. If you are interested in more detail, you can run .\node_modules\.bin\nyc report --reporter=lcov and then open coverage\lcov-report\index.html in your browser. It should show you a report similar to https://coveralls.io/builds/10341786/source?filename=server%2Findex.js, you can browser all files and see exactly which lines are not covered

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm test command is not running? - node.js - Stack Overflow
I m using JEST testing framework.In the command prompt I used npm test I could not test my code it shows npm ERR!...
Read more >
npm Test Not Working · Issue #938 · exercism/cli - GitHub
When I run npm test the following occurs: william@Williams-MacBook-Pro two-fer % npm test exercism-javascript@1.2.0 test ...
Read more >
npm-test - npm Docs
If true, npm does not run scripts specified in package.json files. Note that commands explicitly intended to run a particular script, such as...
Read more >
Problem to run tests with command 'npm run test' before code ...
Hi everyone Have a problem with test command Configuration version: 2.1 orbs: node: circleci/node@4.1.0 ... jobs: initial-check: docker: ...
Read more >
Having a problem running tests with "npm test" : r/node - Reddit
NPM is running your test script under cmd.exe , not Bash. Little things like this are why I prefer to do this stuff...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found