discordjs / builders

A collection of builders that you can use when creating your bot.
Apache License 2.0
97 stars 37 forks source link

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/interactions/slashCommands/mixins/CommandOptionWithChoices' is not defined by "exports" in C:\Users\NORI\Documents\D iscord\bots\boilerplate\node_modules\@discordjs\builders\package.json #49

Closed norilux closed 2 years ago

norilux commented 2 years ago

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/interactions/slashCommands/mixins/CommandOptionWithChoices' is not defined by "exports" in C:\Users\NORI\Documents\D iscord\bots\bp\node_modules\@discordjs\builders\package.json how could i fix that

vladfrangu commented 2 years ago

Don't import that via a full path, it should be exported at the top level

kyranet commented 2 years ago

Since there was no response to Vlad's reply, I'll assume the issue has been fixed.