-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"String could not be parsed as XML" on magestead new #104
Comments
Actually, the first fail is at NFS detection. Installing with Edit: Because I assume that the error originally reported is a result of the box failing to launch, I am closing this ticket. However, I continue to encounter the following error with NFS:
|
Fixing the NFS issue did not resolve the My host is Ubuntu 17, but am experiencing the same on 16.10 and 16.04. My home directory is encrypted, but I am now deploying to an unencrypted directory. Not sure what else I can provide from here. Note: For anyone curious, the NFS issue was resolved by (1) deploying magestead in a non-encrypted directory and (2) by disabling NFS in the firewall. |
After running
magestead new m1-base
with the options:I get the error shown below. The source of the problem appears to be that composer install is running on my host machine which has PHP 7 installed. If this is the case, my expectations are that the guest machine should be executing composer install.
The text was updated successfully, but these errors were encountered: