-
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 7.6 packages update fail #20180
Comments
@tmeghe what is the exact error that you are receiving? |
The exact error is :
|
Which packages are you trying to update? does the above happen during The NPM error indicates that you are trying to use TypeScript It appears that while the I suspect that the Angular CLI package was updated manually and hence now the packages are no longer in sync. Therefore, I suggest that you run the below
|
I have found that deleting your project's |
|
This appears to be an issue with npm 7. Can you provide the version of npm 7 being used within the project? If not the latest please update and see if that resolves the issue. |
> npm -v
7.6.3
> node -v
v14.16.0 |
I get this Error, but i think it's the same causing this:
|
@EinfachHans That appears to be a legitimate issue with the dependencies defined in the project's The issue raised by @itning appears to be an actual defect in npm 7 itself. |
Is there an npm issue we can go and There is this npm/cli#2999 |
Thanks for reporting the issue,. I am unable to replicate this using NPM 7.11.1. |
FYI there are still more bugs in NPM. npm/cli#3152 New PRs to watch for: |
@princemaple, thanks for the info. Let's keep tracking npm/cli#3152 since the issue is not actionable by use. |
Yup. Just leaving the information here so everyone can track the real issue. |
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
Is this a regression?
Yes, it was working with NPM
6
, however it seems that it has been fixed with NPM >7.5.6
(cf. #19957 )Description
Can't update node packages, I'm using CLI
11.2.2
Node15.10.0
and NPM7.6.0
🌍 Your Environment
The text was updated successfully, but these errors were encountered: