node-fs-extra icon indicating copy to clipboard operation
node-fs-extra copied to clipboard

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()

Results 31 node-fs-extra issues
Sort by recently updated
recently updated
newest added

- **Operating System:** Debian 9 - **Node.js version:** 8.9.3 - **`fs-extra` version:** 5.0.0 Hi there. I ran into some cases where `remove()` was unable to remove a directory due to...

bug
platform-linux

enhancement
feature-copy

- **Operating System:** macOs 10.15.7 (latest Catalina) - **Node.js version:** v14.15.3 - **`fs-extra` version:** 9.0.1 First I'd like to thank you for `fs-extra` which is really great! I'm fighting with...

feature-move

### Hi! **This is a feature request.** I though about an additionnal option to `ensureFile(...)`/`ensureFileSync(...)`. It consists adding a default content to the file whenever it gets created. Whenever the...

enhancement

Opening a new issue to continue discussions from https://github.com/jprichardson/node-fs-extra/issues/246 & https://github.com/jprichardson/node-fs-extra/pull/785 on a fresh thread. CC: @CxRes @kutyepov There have been various proposals to add an option that would make...

enhancement
feature-remove

Both Windows and MacOS has "safe" delete APIs for moving things to, respectively, the Recycle Bin and the Trash, from where files can be undeleted again - it would be...

enhancement

The `throws` option has an inconsistent behavior between `readJson` and `readJsonSync` when the **file** do not exist: - `fs.readJsonSync('path', { throws: false});` do **not** throw if the file do not...

question

Our test script has built-in cleanup for `/tmp/fs-extra/`, but not all the tests are using this directory. Also, there's no rhyme or reason to how we're naming test files; someday,...

meta

I have the need for the following workflow: * if dest doesn't exist, move * otherwise, loop over contents * repeat The main difference with the current `move` is that...

enhancement
feature-move

- **Operating System:** Windows 10 Enterprise 2016 - **Node.js version:** 6.10.2 - **`fs-extra` version:** 4.0.3 It would be nice to have error handling for line breaks in the `mkdirs` and...

bug
platform-windows
feature-ensureDir