try node version 16.0.1
also you have to check, if there's any updates with discord js and other packages.
if yes?
npm outdated --depth=3
and this will list all of the packages, current versions and latest versions. then you've to update the packages in package.json or simply
npm update