Installing tailwind with angular latest - dependency error #13493
-
cat package.json Why is it happening? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hey @mahesh-riddles! This issue is not related to the Tailwind but identifies security issues in the other libraries in your project. As the npm output suggests, you can use Alternatively, you can manually update the dependencies; from the error message, it seems like updating all the Angular dependencies to the Always remember to check your project after performing updates to ensure everything still works as expected. |
Beta Was this translation helpful? Give feedback.
-
Yes sir. It is not related with tailwindcss. But it is a problem with the dependencies. It is a new project. I think I can use the old versions which I created two weeks ago. |
Beta Was this translation helpful? Give feedback.
-
17.3.3 did not fix the issue.
|
Beta Was this translation helpful? Give feedback.
-
I just created new project using
So, There is something wrong. Do I have to report it to angular? |
Beta Was this translation helpful? Give feedback.
Hi,
I encountered the same problem while installing devExtreme.
Indeed, the @angular-devkit/build-angular (my version = "17.3.3"), includes the versions :
So I added an "overrides" tag in my package.json like this :
And finally, your “npm audit” will not find any vulnerabilities.