Creating a expo project on a network drive fails

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): all

Hi, I’m trying to init a expo project on a Network drive (Q:).
expo init myNewProject works fine, but when I do expo start I get the following error message:

events.js:291
throw er; // Unhandled ‘error’ event
^

Error: UNKNOWN: unknown error, watch
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:178:28)
Emitted ‘error’ event on NodeWatcher instance at:
at NodeWatcher.checkedEmitError (Q:\RN\NewProject\node_modules\sane\src\node_watcher.js:143:12)
at FSWatcher.emit (events.js:314:20)
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:184:12) {
errno: -4094,
syscall: ‘watch’,
code: ‘UNKNOWN’,
filename: null
}

When I init a expo project on C:\ everything works, but I need the expo project on our network drive.
Anything I could do? Thank you very much.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.