-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot convert undefined or null to object Exiting #247
Comments
Do you have a lockfile? Also, please consider updating to the latest |
Yes we have a lockfile, and we are also running into this error when using the latest version of audit-ci. |
Do you have private dependencies? Is it possible for you to email me the |
Are there any updates/findings on this? Also facing a similar issue. Issue:
Versions used which is associated with the issue:
|
Thank you @1sherlynn for the report! Good to know that it's still occurring and that it's on NPM 8. Hoping you can post the result of this command: npm audit --json |
We were having the same issue after upgrading to node 16 and audit-ci 6.2.x. I just figured out that we had a private registry in the project's .npmrc file. Once I overrode the registry to the default via the audit-ci command line (e.g. You can reproduce the error by simply specifying a bogus registry (e.g. @quinnturner It would be great to get a fix for this, as it has caused lots of confusion! |
Thanks for the heads up @aarbro, will look into it and mark this as a bug! |
(Hopefully) closes: IBM#247
Released in |
This is the output of the audit-ci
These are the versions
Can you please confirm if the NPM/Nodejs versions are compatible with the audit-ci version? Let me know if you need any additional details. Thanks in advance.
The text was updated successfully, but these errors were encountered: