-
Notifications
You must be signed in to change notification settings - Fork 12k
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
× Migration failed: Cannot convert undefined or null to object #26337
Comments
The problem seems to happen as |
I'm not currently using a private registry or an NPM RC file in my project |
is there anything else you'd like me to provide information on? I can share my repo if necessary, currently it's private |
So how are you installing |
It is in a public registry |
In some cases pacote will return undefined as `version` which resulted in `Cannot convert undefined or null to object`. Closes angular#26337
In some cases pacote will return undefined as `version` which resulted in `Cannot convert undefined or null to object`. Closes angular#26337
In some cases pacote will return undefined as `version` which resulted in `Cannot convert undefined or null to object`. Closes angular#26337
In some cases pacote will return undefined as `version` which resulted in `Cannot convert undefined or null to object`. Closes #26337
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
update
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Trying to update an Angular project (library and schematics) to angular V17 using the command
ng update
.However, I'm receiving the error below:
Minimal Reproduction
Root
package.json
file:angular.json
file:tsconfig.json
file:Exception or Error
Your Environment
Anything else relevant?
Package Manager used:
npm
The text was updated successfully, but these errors were encountered: