We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
require("graceful-fs")
require("fs")
try { // optional dependency fs = require("graceful-fs") } catch (er) { fs = require("fs") }
See:
This would allow me to get rid of the graceful-fs dependency in my project and exclusively use fs-extra for my FS API.
graceful-fs
fs-extra
The text was updated successfully, but these errors were encountered:
This is a good idea, I'll look into it.
Sorry, something went wrong.
05c93f7
Nice. Thanks!
chore(deps): bump lodash from 4.17.11 to 4.17.15 (jprichardson#17)
2f90c8f
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
No branches or pull requests
See:
This would allow me to get rid of the
graceful-fs
dependency in my project and exclusively usefs-extra
for my FS API.The text was updated successfully, but these errors were encountered: