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

Extras missing from node's fs module

Results 26 node-fs-ext issues
Sort by recently updated
recently updated
newest added

Is this to check whether the file is occupied or to occupy the file

Thank you for at very nice extension! I have a critical issue I need to have solved: The following example code, updates and returns a counter, stored in a file....

I cannot use ```fcntl``` or ```fcntlSync```. When I call that functions, this exception is throw: ``` TypeError: binding.fcntl is not a function at exports.fcntlSync (C:\Users\Jose\Documents\Git\node-test\node_modules\fs-ext\fs-ext.js:112:18) at Object. (C:\Users\Jose\Documents\Git\node-test\src\main.js:7:1) at Module._compile...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I can't install this anymore. I am on Windows 10. ``` PS D:\Projects\VSCode Projects\proiect_final_link> npm install fs-ext npm ERR! code 1 npm ERR! path D:\Projects\VSCode Projects\proiect_final_link\node_modules\fs-ext npm ERR! command failed...

Leaving out the `.node` extension leaves Webpack confused on which loader to use. Adding it back allows Webpack to recognize this module correctly as a native one.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I am running into an issue where loading `fs-ext` in a worker thread gives me `Error: Module did not self-register` as well as ``` Emitted 'error' event on Worker instance...

Use Nan::To() in the necessary places. Signed-off-by: John Levon