Vaughan Rouesnel
Vaughan Rouesnel
`fast-glob` is swallowing errors in `node_modules/fast-glob/out/providers/reader-sync.js:38`. Here is the error it was swallowing: ``` { Error: ENOENT: no such file or directory, lstat '/dev/fd/12' at createError (xxx/mock-fs-with-memfs/node_modules/.registry.npmjs.org/memfs/2.7.1/node_modules/memfs/lib/volume.js:105:17) at throwError (xxx/mock-fs-with-memfs/node_modules/.registry.npmjs.org/memfs/2.7.1/node_modules/memfs/lib/volume.js:114:11)...
Looks like its a `fast-glob` issue: https://github.com/mrmlnc/fast-glob/issues/62
@streamich https://github.com/mrmlnc/fast-glob/issues/62#issuecomment-366525852
Same issue - any update? Exact same version `electron-v89-win32-x64`. Many similar closed issues: https://github.com/wilix-team/iohook/issues?q=is%3Aissue+sort%3Aupdated-desc+not+a+valid+win32+application+is%3Aclosed @ash0x0 What is the latest Electron version supported? > https://github.com/wilix-team/iohook/issues/345#issuecomment-877463548 Electron 13 isn't supported yet because...
It would be better to say "closed due to inactivity".
> 1. Would this apply to those trying to contribute this project only? Yep, purely a development feature. When it is installed by npm/pnpm/yarn the `peerDependency` should work correctly. >...
I found it implemented here: https://github.com/facebook/metro/commit/60bad942f6f32d2ac1af7dc58e3e768a9aee1752
In a monorepo this won't work - there will be 100s of nested `node_modules`. `tiny-glob` needs to have a way to not enter dirs.
Check your `FBReactNativeSpec.h` file is generated correctly. The `facebook` namespace is setup there. This file is generated during the installation inside the `node_modules` dir (which makes it hard to delete)....
Yeh, but if you have a node that has children of different element types interspersed, it groups by the element type. Which loses ordering.