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
Issue: I am encountering the following error when trying to use Angular with Bun:Error: You seem to not be depending on @angular/core.
Steps to Reproduce:
Initialize a new Angular project.
Install dependencies using Bun:bun add @angular/core @angular/cliAttempt to run the Angular application using Bun.
Expected Behavior: The Angular project should run without any errors related to dependencies.
Actual Behavior: The error suggests that @angular/core is missing, despite being added as a dependency in package.json.
I first ask in angular this is reply angular/angular-cli#28530
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.27
What platform is your computer?
Window 11
What steps can reproduce the bug?
Issue: I am encountering the following error when trying to use Angular with Bun:Error: You seem to not be depending on @angular/core.
Steps to Reproduce:
Initialize a new Angular project.
Install dependencies using Bun:bun add @angular/core @angular/cliAttempt to run the Angular application using Bun.
Expected Behavior: The Angular project should run without any errors related to dependencies.
Actual Behavior: The error suggests that @angular/core is missing, despite being added as a dependency in package.json.
I first ask in angular this is reply angular/angular-cli#28530
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: