-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
area: @angular/cligemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminineeds: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given
Description
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'm trying to use ng update in an Angular project in a monorepo
Contexte:
I use monorepo, the bun.lock is in the parent (root workspace), the Angular is in the console/ directory.
.
├── bun.lock
├── console
│ ├── README.md
│ ├── angular.json
│ ├── components.json
│ ├── dist
│ ├── libs
│ ├── package.json
│ ├── public
│ ├── src
│ ├── tsconfig.app.json
│ ├── tsconfig.json
│ └── tsconfig.spec.json
├── node_modules
├── package.json
Minimal Reproduction
- Create a new Angular project with npm in menorepo (
console/) - Migrate npm to bun (change
cli.packageManagerto bun in angular.json) - Run
bunx ng update @angular/cliinconsole/
Exception or Error
bunx ng update @angular/cli
The installed Angular CLI version is outdated.
Installing a temporary Angular CLI versioned 21.2.2 to perform the update.
Using package manager: bun
Collecting installed dependencies...
Found 4 dependencies.
Package '@angular/cli' is not a dependency.
Your Environment
Bun: 1.3.10
Angular cli: 21.2.0
OS: macOS 26.3
Anything else relevant?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: @angular/cligemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminineeds: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given