discord.js has no exported member named 'APIMessageActionRowComponent'

i think there is a pull request opened to fix this issue but idk if it's already fixed yet or not. So, im getting this known error when i do npm run dev on my new typescript bot. anyone know how to fix this? maybe temporarily?
No description
Solution:
install the latest version of @sapphire/framework (5.3.5) and if installed separately, update @sapphire/discord.js-utilities (7.3.3)
Jump to solution
4 Replies
Solution
Seren_Modz 21
Seren_Modz 21•5mo ago
install the latest version of @sapphire/framework (5.3.5) and if installed separately, update @sapphire/discord.js-utilities (7.3.3)
Favna
Favna•5mo ago
or nuke your node_modules and lock file and rerun install
Dynamic
DynamicOP•4mo ago
this actually worked and i forgot to update here 💀 it's actually the CLI installing older version of @sapphire/framework i use CLI to create new projects or generate components.

Did you find this page helpful?