DEV Community

Sachin Singh
Sachin Singh

Posted on

React NATIVE startup issue

node:events:492
throw er; // Unhandled 'error' event
^

Error: EPERM: operation not permitted, lstat 'D:\Backup\ReactNativeCLI\reactnativeguessgame\android\app\build\intermediates\desugar_graph\debug\out\currentProject\dirs_bucket_2\graph.bin'
Emitted 'error' event on NodeWatcher instance at:
at D:\Backup\ReactNativeCLI\reactnativeguessgame\node_modules\metro\node_modules\jest-haste-map\build\watchers\NodeWatcher.js:275:14
at callback (D:\Backup\ReactNativeCLI\reactnativeguessgame\node_modules\graceful-fs\polyfills.js:306:20)
at FSReqCallback.oncomplete (node:fs:199:21) {
errno: -4048,
code: 'EPERM',
syscall: 'lstat',
path: 'D:\Backup\ReactNativeCLI\reactnativeguessgame\android\app\build\intermediates\desugar_graph\debug\out\currentProject\dirs_bucket_2\graph.bin'
}

Node.js v20.10.0

Top comments (0)