Skip to content

Installing tailwind with angular latest - dependency error #13493

Answered by KillianKLM
mahesh-riddles asked this question in Help
Discussion options

You must be logged in to vote

Hi,
I encountered the same problem while installing devExtreme.

Indeed, the @angular-devkit/build-angular (my version = "17.3.3"), includes the versions :

"undicci": "6.7.1",
"vite": "5.1.5"

So I added an "overrides" tag in my package.json like this :

"overrides": {
    "@angular-devkit/build-angular": {
    "undici": "latest",
    "vite": "latest"
    }
}

And finally, your “npm audit” will not find any vulnerabilities.

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@alex-krasikau
Comment options

Comment options

You must be logged in to vote
4 replies
@alex-krasikau
Comment options

@KillianKLM
Comment options

Answer selected by mahesh-riddles
@mahesh-riddles
Comment options

@peterpeterparker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants