RepairShopr / react-native-signature-capture

A simple modular component for react native (iOS) to capture a signature as an image
MIT License
961 stars 512 forks source link

Error: EPERM: operation not permitted #295

Open Harshit1704 opened 1 year ago

Harshit1704 commented 1 year ago

I am using this react-native-signature-capture library, and when i start the app using the following command : npx react-native run-android The metro server breaks throwing the following error, also the debugger is not working after using this library.

Error: EPERM: operation not permitted, lstat 'D:\..\..\..\..\node_modules\react-native-signature-capture\android\build\intermediates\incremental\debug\packageDebugResources\compile-file-map.properties' Emitted 'error' event on NodeWatcher instance at: at D:\..\..\..\..\node_modules\metro-file-map\src\watchers\NodeWatcher.js:278:14 at callback (D:\..\..\..\..\node_modules\graceful-fs\polyfills.js:306:20) at FSReqCallback.oncomplete (node:fs:207:21) { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'D:\..\..\..\..node_modules\react-native-signature-capture\android\build\intermediates\incremental\debug\packageDebugResources\compile-file-map.properties' }

rustyonrampage commented 6 months ago

Same issue.