Local hanging at Installing Local Image

On Mac OS High Sierra 10.13.1

local-by-flywheel.log (7.5 KB)

Any help with getting Local running again will be much appreciated.

This helped.

https://local.getflywheel.com/community/t/stuck-on-starting-local-machine-after-updating-to-2-1-1/3652/11

Removed everything from exports and Local is now back and running.

It looks like you’re still running into the same issue. The nfs.json file may not be saved correctly.

Here’s a different solution for now:

  1. Open Terminal
  2. Enter sudo nano /etc/exports (enter your password when prompted)
  3. Remove every line
  4. Restart Local

Hey @swest,

Glad you got it sorted!

Just for future reference, Local 2.2.0+ no longer uses native NFS so /etc/exports conflicts won’t be an issue anymore.

@clay

Thanks for the update!