Expo Not starting correctly

Node Version: 12.18.3
Expo Version: 3.27.8
platforms All

I have a problem with expo sending the app or webpage to the incorrect address. I can manually go to the correct localhost:19006 webpage but mobile version won’t work.

This is the error message i get:

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

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

I have looked for the errno: -4094 and i looked for an error simular to this but couldn’t find one. Does anyone have an idea on how to fix this?

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