You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When issuing a vagrant destroy, machines that have synced_folders pointing at directories that don't exist will throw errors about missing synced folders, even if they have not been created.
Probably not something we should try to fix ourselves, but worth some investigation to find out if it's the case in core Vagrant or related to our configuration.
When issuing a
vagrant destroy, machines that havesynced_folders pointing at directories that don't exist will throw errors about missing synced folders, even if they have not been created.Probably not something we should try to fix ourselves, but worth some investigation to find out if it's the case in core Vagrant or related to our configuration.