Skip to content
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

Regression: 7.6.0 throws a TypeError: Cannot read property '@roundforest/***' of null error sometimes #2815

Closed
giltayar opened this issue Mar 4, 2021 · 1 comment
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release

Comments

@giltayar
Copy link

giltayar commented Mar 4, 2021

Current Behavior:

When I npm install in a package, I get the following error TypeError: Cannot read property '@roundforest/***' of null (full debug log below)

The same error happens with npm ci.

When using npm v7.5.0, the npm ci finishes executing with no problem.

Expected Behavior:

It should finish the npm install/ci, just like it does with v7.5.0.

Steps To Reproduce:

Sorry, can't figure out why this specific package fails. Others pass without a problem There's nothing interesting there. Hopefully, the debug log may help you.

Environment:

  • OS: MacOS Big Sur (latest update)
  • Node: 15.11.0
  • npm: 7.6/0

Debug log:

2021-03-04T06_16_20_829Z-debug.log

@giltayar giltayar added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Mar 4, 2021
@wraithgar
Copy link
Member

This is a bug in the meta-vulnerability calculator when dealing with some of the results from the github packages registry (which returns nulls where other repositories return undefined).

It will be fixed in the next npm release.

npm/metavuln-calculator#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

No branches or pull requests

2 participants