Phillip Barta
Phillip Barta
@Mesteery Please add `fs.realpath.native` to the list. It is available since Node.js 9.2.0. https://nodejs.org/api/fs.html#fsrealpathnativepath-options-callback
This is related to https://github.com/jprichardson/node-fs-extra/pull/887
@peteriman I'm gonna look into it on monday. Hope it was no wrong report from my side.
@peteriman Sorry for my late reply. The error originally ocurred after updating from `fs-extra` 9 to 10 in the Nx repo. The unit tests which used `memfs` were failing due...
@peteriman memfs 3.4.1
Any progress on this?
Hi, I think there is a version mismatch. Please take a look at the compatibility table: https://github.com/Phillip9587/nx-stylelint#compatibility-with-nx-and-stylelint
@bendelonlee Husky now provides a automatic setup of the prepare script via `husky-init`. See: https://typicode.github.io/husky/#/?id=automatic-recommended
Defensively patched in https://github.com/jprichardson/node-fs-extra/pull/953 and released in [[email protected]](https://github.com/jprichardson/node-fs-extra/blob/10.1.0/CHANGELOG.md).
Please also consider #19914