alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
729 stars 131 forks source link

Showing Wrong Version and Dependency as Out of Date, But Inaccurately So #361

Closed jeffnyman closed 7 years ago

jeffnyman commented 7 years ago

I'm literally just starting with this tool as we speak so I apologize if I'm missing something or if I'm encountering some transient issue that would go away if I just wait a bit.

Here is my module that is being tracked:

https://david-dm.org/jeffnyman/scribal-reader

This is showing my dependencies as out of date. It says: Required scribal-gherkin: ^0.1.0

But that's not true. Here is scribal-reader's package.json: https://github.com/jeffnyman/scribal-reader/blob/master/package.json

It shows: "scribal-gherkin": "^1.0.0"

Am I supposed to somehow force it to sync up? Or will it eventually do this on its own?

It's also showing as SCRIBAL-READER 0.1.0, which is also inaccurate.

Going to scribal-reader shows the npm version as 1.0.0 and, referring to the above package.json, it shows the version is 1.0.0.

jeffnyman commented 7 years ago

Closing this.

It appears my supposition at the start was correct: this was just a case of delay in processing.