I'm making a discord.js v13 version bot but, FFmpeg/avconv module not installed
From what I can see on the npm page of avconv (if this is the module you are trying to use), you have to install it through npm install avconv. I don't think any npm package can be installed with npm install author/package.
Maybe you are trying to install with @author/name?