jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.44k stars 776 forks source link

@types_fs-extra@9.0.13@@types/fs-extra/index"' has no default export #959

Closed Abbyzhoum closed 2 years ago

Abbyzhoum commented 2 years ago

1655281309770 1655281349497

The fs-extra module is used in the typescript project, resulting in a startup error

fs-extra version:     "fs-extra": "^10.1.0",     "@types/fs-extra": "^9.0.13",

RyanZim commented 2 years ago

This is an issue with @types/fs-extra, not fs-extra itself; please file an issue/PR there.

Abbyzhoum commented 2 years ago

OK!