You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When run ng update in an angular project with dependencies from jsr registry it brokes. It brokes even if the configuration file .npmrc is present with @jsr:registry=https://npm.jsr.io.
This package can be updated by running npm install @nostrify/nostrify@npm:@jsr/nostrify__nostrify@latest, that's a lot of @, but works.
To perform update having that dependencies as it currently is, I must remove then, update angular and then include they again.
Minimal Reproduction
Reproduction:
npm install -g @angular/cli@17 ng new my-project npx jsr add @nostrify/nostrify @nostr/tools ng update
root@1a8eee8c8227:/bug-update-jsr# ng update
Using package manager: npm
Collecting installed dependencies...
Found 24 dependencies.
✖ Migration failed: 404 Not Found - GET https://registry.npmjs.org/@nostr%2ftools - Not found
See "/tmp/ng-AfTjrC/angular-errors.log" for further details.
root@1a8eee8c8227:/bug-update-jsr# ng update @angular/cli
The installed Angular CLI version is outdated.
Installing a temporary Angular CLI versioned 18.2.11 to perform the update.
✔ Packages successfully installed.
Using package manager: npm
Collecting installed dependencies...
Found 24 dependencies.
Fetching dependency metadata from registry...
✖ Migration failed: 404 Not Found - GET https://registry.npmjs.org/@nostrify%2fnostrify - Not found
See "/tmp/ng-3BFR3I/angular-errors.log" for further details.
I searched for issues in angular/angular before opening it, but now I see I was directed to angular/angular-cli and my issue is a duplicated of #28834. So, I'm closing it as duplicated.
Command
update
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When run
ng update
in an angular project with dependencies from jsr registry it brokes. It brokes even if the configuration file .npmrc is present with@jsr:registry=https://npm.jsr.io
.This package can be updated by running
npm install @nostrify/nostrify@npm:@jsr/nostrify__nostrify@latest
, that's a lot of @, but works.To perform update having that dependencies as it currently is, I must remove then, update angular and then include they again.
Minimal Reproduction
Reproduction:
npm install -g @angular/cli@17
ng new my-project
npx jsr add @nostrify/nostrify @nostr/tools
ng update
You can also reproduce this by clonning this repository and running
ng update
in devcontainer.Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: