Install Error

I get this error when I install discord.js and when I enter npm audit fix it does not fix itself. Do not understand why
up to date, audited 61 packages in 2s

5 packages are looking for funding
run `npm fund` for details

# npm audit report

undici <=5.28.2
Undici proxy-authorization header not cleared on cross-origin redirect in fetch - https://github.com/advisories/GHSA-3787-6prv-h9w3
fix available via `npm audit fix`
node_modules/undici
@discordjs/rest 2.0.1-dev.1690848847-1af7e5a0b.0 - 2.3.0-dev.1707178154-3755e66d4
Depends on vulnerable versions of undici
node_modules/@discordjs/rest
@discordjs/ws >=1.0.1-dev.1690848792-1af7e5a0b.0
Depends on vulnerable versions of @discordjs/rest
node_modules/@discordjs/ws

3 low severity vulnerabilities

To address all issues, run:
npm audit fix
up to date, audited 61 packages in 2s

5 packages are looking for funding
run `npm fund` for details

# npm audit report

undici <=5.28.2
Undici proxy-authorization header not cleared on cross-origin redirect in fetch - https://github.com/advisories/GHSA-3787-6prv-h9w3
fix available via `npm audit fix`
node_modules/undici
@discordjs/rest 2.0.1-dev.1690848847-1af7e5a0b.0 - 2.3.0-dev.1707178154-3755e66d4
Depends on vulnerable versions of undici
node_modules/@discordjs/rest
@discordjs/ws >=1.0.1-dev.1690848792-1af7e5a0b.0
Depends on vulnerable versions of @discordjs/rest
node_modules/@discordjs/ws

3 low severity vulnerabilities

To address all issues, run:
npm audit fix
NodeJS Version: 21.7.1
3 Replies
d.js toolkit
d.js toolkit3mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
ShompiFlen
ShompiFlen3mo ago
this is not an error, you can consider this as a warning that a dependency of the project has a known vulnerability / issue. You probably cannot fix it because of a breaking change / the version the dependency needs cannot be updated. You can ignore this
MecryTv | Joe
MecryTv | Joe3mo ago
Ah okay thx