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.
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.
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:
- Open Terminal
- Enter sudo nano /etc/exports (enter your password when prompted)
- Remove every line
- 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.
Thanks for the update!