node-sync-files
node-sync-files copied to clipboard
Synchronize files or folders locally, with a watch option
Sytem: Windows 10 22H2 (19045.2604) Arch: x64 PC Node: `v14.17.5` I'm getting an error in `fs`... `ReferenceError: primordials is not defined` Googling shows this might be something to do with...
The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'update' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:51:28) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object.
I am getting this message when creating a new folder mirror with `sync-files `. Its a folder with 994 MB in size, 536 files and 94 folders
The `configstore` randomly throws this error. ``` sh .../node_modules/sync-files/node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'optOut' of undefined at Object.Configstore.get (.../node_modules/sync-files/node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/sync-files/node_modules/update-notifier/index.js:47:18) at module.exports (.../node_modules/sync-files/node_modules/update-notifier/index.js:127:17) at Object....
I needed this option to avoid any ping-pong effect when doing bi-directional watch syncing
Hi, I need a way to ignore several folders from being synced. How can I do that?
This tool is almost exactly what I need, however, it's lacking the ability to filter the files that are synchronized. I'd like to be able to direct the tool to...
The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'lastUpdateCheck' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:58:31) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object....
I've just added files/folders removal synchronously otherwise it doesn't work on local network : process is stopped before removal was done. (Why is it the only "fs" asynchronous call ?).
``` sync-files src/ dest "--watch" Expects exactly two arguments, received 3 sync-files - v. 1.0.3 ```