-
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
npm ERR! Could not resolve dependency: npm ERR! peer jasmine-core@">=3.8" from [email protected] #21326
Comments
D:\personal\angular>ng v
/ △ \ | '_ \ / Angular CLI: 12.1.1 Angular: Package Version@angular-devkit/architect 0.1201.1 (cli-only) |
Looks like the issue is caused by a Removing the lower bounds of a peerDependency should be considered a breaking changed due to NPM 7 new peer dependencies behaviour. As a workaround you can do the following;
|
Thank you. |
…-reporter` This is not the first time, that this package caused a breaking change in a minor version, were it drops support for older `jasmine-core` versions. Related to #21326
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. |
🐞 Bug report
Command (mark with an
x
)I get the following error when I try to create a new project. I've updated
ng cli
after reading this issue, but I'm still getting the error.The text was updated successfully, but these errors were encountered: