Can't start Expo on Network Share?

I’m still VERY new to Expo and just getting started in learning to perhaps create an app, but…

I can’t seem to start Expo for a project that is located on my Network Shares. I think this perhaps a Windows Permission Issue but not certain.

I have a public network share using Unraid, and I have that mapped to a local drive on the Windows PC. I can navigate and read/write to that share just fine.

With Node.js I was able to navigate to the Share and ran Expo init golf. I see the directory was made and all the files appear to be there.

But when I run Expo Start, I get:

Y:\Expo\golf>expo start
[16:37:27] Starting project at Y:\Expo\golf
[16:38:06] Could not access packager status at http://localhost:19001/status. Are you sure the packager is running and reachable?
[16:38:06] Error: Could not access packager status at http://localhost:19001/status. Are you sure the packager is running and reachable?
    at Timeout._onTimeout (C:\xdl@51.3.1\src\Project.js:1490:11)
    at ontimeout (timers.js:425:11)
    at tryOnTimeout (timers.js:289:5)
    at listOnTimeout (timers.js:252:5)
    at Timer.processTimers (timers.js:212:10)

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