NYC Dependency "Wrong Version" Error?
See original GitHub issueGetting some bizarre dependency errors after updating (something changed in the last day?)
error "nyc#find-cache-dir#make-dir" is wrong version: expected "^1.0.0", got "2.1.0"
and similar…
Starting to investigate this more now.
Edit: It seems @babel/register@7.0.0 and nyc@13.3.0 are competing for dependencies?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Inconsistent Coverage Report by NYC · Issue #537 - GitHub
Expected Behavior I am expecting consistent coverage report from test to test, unless there is a code change.
Read more >Wrong version on angular dependency - Stack Overflow
Now, angular-animate.js gives a strange error with toFixed function. I heard that by having this two libraries at the same version would make ......
Read more >nyc - npm
When a file is require() 'd, nyc creates and returns an instrumented version of the source, rather than the original. Only source files...
Read more >Solving Dependency Conflicts in Maven - DZone
Maven dependency conflicts can be really hard to solve. The purpose of this post is for readers to better understand what a version...
Read more >Erroneous Unresolved dependency with missing version in ...
Problem/Motivation Modules that require a specific version of another module, and that module is missing the version key in the info file, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I hope you find resolution, sorry I can’t be more directly helpful.
Oh boy… thanks for the quick help!
I’ll report back here with any further findings, but feel free to close this for now. I will request a re-open as necessary.