discordx-ts / discordx

🤖 Create a discord bot with TypeScript and Decorators!
https://discordx.js.org
Apache License 2.0
616 stars 50 forks source link

[Bug]: create-discordx 'module rimraf doesn ot provide an export named default' #962

Closed mathewcst closed 11 months ago

mathewcst commented 11 months ago

What happened?

Hi, I just found this package and when I try to run the CLI I get this error: image

Window 11 Node v20.9.0

Reproduction

Just run npx create-discordx

Package

discordx

Version

Stable

Relevant log output

No response

Code of Conduct

mathewcst commented 11 months ago

rimraf v5 changed default export to named export

v4 to v5
There is no default export anymore. Import the functions directly using, e.g., import { rimrafSync } from 'rimraf.

https://www.npmjs.com/package/rimraf

samarmeena commented 11 months ago

thanks @mathewcst