The requested module '../utils/formatTextWithStyles.js' does not provide an export named 'default'
Hey i have a problem with import a function
my codes
and
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!pls help me
not a djs issue
you're mixing commonjs exports with esm imports
either use import/export or module.exports/require
not both
not sure how that works