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

Migration failed: 404 Not Found - when upgrading angular project in a monorepo #26311

Closed
1 task
vlio20 opened this issue Nov 10, 2023 · 4 comments
Closed
1 task

Comments

@vlio20
Copy link

vlio20 commented Nov 10, 2023

Command

update

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

I have a monoripo project which contains both apps and libs. The libraries are not published on npm. When running the ng update command I am getting the following error:
Migration failed: 404 Not Found - GET https://registry.npmjs.org/@oogaday%2fshared - Not found

oogaday-shared is a shared library that I am using for my project.

Woraround: remove the lib dependancy and bring it back again after the update.

Minimal Reproduction

Create a monoripo with dependancy on a local package that is not published on npm.

This is how the monorepo package.json looks like:

{
  "name": "cockpit",
  "version": "1.0.0",
  "scripts": {
    "build": "",
    "start": ""
  },
  "author": "Vlad Ioffe",
  "workspaces": [
    // ....
    "apps/oogaday-webapp",
    "libs/oogaday-shared",  ],
  "dependencies": {
  }
}

And this is how the webapp package.json looks like:

  "dependencies": {
    //...
    "@oogaday/shared": "^1.0.0",
  },

Exception or Error

Migration failed: 404 Not Found - GET https://registry.npmjs.org/@oogaday%2fshared - Not found

Your Environment

Angular CLI: 16.2.2
Node: 18.14.1
Package Manager: npm 9.3.1
OS: darwin arm64

Angular: 16.2.5
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, platform-server
... router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1602.2
@angular-devkit/build-angular   16.2.2
@angular-devkit/core            16.2.2
@angular-devkit/schematics      16.2.2
@angular/cdk                    16.2.4
@angular/cli                    16.2.2
@angular/material               16.2.4
@nguniversal/builders           16.2.0
@nguniversal/express-engine     16.2.0
@schematics/angular             16.2.2
rxjs                            7.8.1
typescript                      5.1.6
zone.js                         0.13.3

Anything else relevant?

No response

@alan-agius4 alan-agius4 changed the title Migration failed: 404 Not Found - when upgrading angular project in a monoripo Migration failed: 404 Not Found - when upgrading angular project in a monorepo Nov 10, 2023
@alan-agius4
Copy link
Collaborator

ng update does not support yarn workspaces. See: #14841

@alan-agius4 alan-agius4 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
@vlio20
Copy link
Author

vlio20 commented Nov 10, 2023

@alan-agius4 it is not a yarn workspace. It is an npm workspace.
https://docs.npmjs.com/cli/v7/using-npm/workspaces

@alan-agius4
Copy link
Collaborator

Ah sorry you are right. Although there are the same concept.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants