You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when using the @discordjs/node-pre-gyp package because it relies on deprecated and unsupported dependencies. Specifically, [email protected] and [email protected] need to be updated as these versions are no longer maintained.
Describe the ideal solution
Update the dependencies in the @discordjs/node-pre-gyp package to use supported and maintained versions:
Replace [email protected] with a supported logging package like winston.
Upgrade rimraf to version 4 or higher to ensure it is maintained.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always frustrated when using the
@discordjs/node-pre-gyp
package because it relies on deprecated and unsupported dependencies. Specifically,[email protected]
and[email protected]
need to be updated as these versions are no longer maintained.Describe the ideal solution
Update the dependencies in the
@discordjs/node-pre-gyp
package to use supported and maintained versions:[email protected]
with a supported logging package likewinston
.rimraf
to version 4 or higher to ensure it is maintained.The text was updated successfully, but these errors were encountered: