Remove mkdirp in favor of fs-extra
See original GitHub issue@astorije added fs-extra
in 8ebe29fca53c30618b322168a969733d2f314174, and it has duplicate functions of mkdirp
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
fs-extra - npm
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Read more >Support ESM · Issue #746 · jprichardson/node-fs-extra - GitHub
Remove wrench, fs-plus in favor of fs-extra (Reviving #836) atom/apm#894 ... Before. test/test.js. import {mkdirp, writeFile, readJson} from "fs-extra" ...
Read more >Remove directory which is not empty - node.js - Stack Overflow
I'm using fs-extra to bring all the cool stuff : fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such...
Read more >Top 5 fs-extra Code Examples - Snyk
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. GitHub. MIT.
Read more >fs-extra | Yarn - Package Manager
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. fs, file, file system,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fs-extra
has some nice methods that we might use in the future. I would opt into using it.This should be closed as fixed in #390.