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.

Could not find dependency version for xxx

See original GitHub issue

Bug Report

Describe the bug

After running docz dev, I am seeing a lot of could not find dependency version for ... in my console. However, after the build process, the app still runs fine.

To Reproduce

I am assuming this bug comes from how I import my modules. I used resolved path to import my module, but Docz thinks it is a node module missing dependency version?

Expected behavior

Console should have no warnings.

Environment

  • OS: 10.14.2
  • Node/npm version: 10.12.0

Additional context/Screenshots

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:21
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
zicodengcommented, May 31, 2019

I solved the problem by using relative path in all of my mdx files (you can use alias in your component source files, that’s fine, but if you use alias in mdx files, you will get this error, but it doesn’t cause any functional bugs)

1reaction
yyynnncommented, May 6, 2019

It happens on 1.1.0 some problem with alias

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find dependency version for xxx · Issue #598 - GitHub
I am assuming this bug comes from how I import my modules. I used resolved path to import my module, but Docz thinks...
Read more >
Maven Could not resolve dependencies, artifacts could not be ...
I've tried downloading the newest version of maven, and included it in the eclipse helios, but still the same problem. The same error...
Read more >
Learning the Basics - Gradle User Manual
Gradle exposes an API to declare what a repository may or may not contain. There are different use cases for it: performance, when...
Read more >
Commands | Documentation | Poetry - Python dependency ...
In order to get the latest versions of the dependencies and to update the poetry.lock file, you should use the update command. poetry...
Read more >
Workspace setup throwing errors in spite of adding RAML ...
Workspace setup throwing errors in spite of adding RAML dependencies in the pom file. Added this dependency in POM file but still getting...
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