-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyzing NPM projects fails the DependencyGraphBuilder
with "The following references do not actually refer to packages"
#9699
Comments
DependencyGraphBuilder
with "The following references do not actually refer to packages"DependencyGraphBuilder
with "The following references do not actually refer to packages"
For the record, it seems this regression did not surface before #9616, although it was introduced before that. |
Hello, I can confirm this issue for our project and did a superficial bisect over the tags. For our project at least the analysis produces results up until 39.0.0, but starting with 40.0.0 it aborts with the same error type (different packages) as the opening post. Sadly I am not yet familiar enough with the code base to assist much further at this point. Best regards |
Thank for this analysis!
I started looking into the issue, but got distracted and wasn't able to continue so far. |
DependencyGraphBuilder
with "The following references do not actually refer to packages"DependencyGraphBuilder
with "The following references do not actually refer to packages"
I managed to run full
What I did and what the criterias were for GOOD and BAD:
(a) Closer to v39.0.0, Analyzer writes only a 7kB results file, which is completely missing the dependencies, and logs this issue:
(b) Closer to v45.0.0, Analyzer completely fails to resolve the projects of our monorepo and fails with this error log:
Now this two-fold failure manifestation might have set the bisecting off, but at least it's a start I believe. For info, @fviernau. |
Yeah, it seems there's a couple issues here, the analysis crashes completely from 81f58ea on for the DOS monorepo, and as @Etsija found, the NPM packages aren't found after 03560a5. Now that I found this thread #9551 though, I'm testing to see if recreating the |
Running NPM analysis on https://github.com/doubleopen-project/dos fails with
This used to work before and was probably broken by the NPM packager manager rewrite.
The text was updated successfully, but these errors were encountered: