So prior to using Windows, I've made a few projects on Mac.
After I git clone
some of these projects on Windows, I get the following message when running react-native start
in the respective project roots, making it unable to run.
ERROR UNKNOWN: unknown error, lstat 'C:\Users\Naoto\Documents\foo\node_modules\.bin\cdl'
{"errno":-4094,"code":"UNKNOWN","syscall":"lstat","path":"C:\\Users\\Naoto\\Documents\\foo\\nod
e_modules\\.bin\\cdl"}
Error: UNKNOWN: unknown error, lstat 'C:\Users\Naoto\Documenst\foo\node_modules\.bin\cdl'
at Error (native)
From what I gather, the command lsat
is missing?
No search results with the exact error number showed up, but running react-native init Foo2
seems to be fine. Permission issue?