Skip to content
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

node_modules symlink in vendor breaks vagrant rsync #162

Closed
tdestro opened this issue Jun 26, 2018 · 1 comment
Closed

node_modules symlink in vendor breaks vagrant rsync #162

tdestro opened this issue Jun 26, 2018 · 1 comment

Comments

@tdestro
Copy link

tdestro commented Jun 26, 2018

broken symlink node_modules in vendor upsets rsync during vagrant up.

There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.

Host path: /Users/username/sylius/
Guest path: /vagrant
Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2222 -o LogLevel=FATAL -o ControlMaster=auto -o ControlPath=/var/folders/ny/6szphdgs1nb76sgc4p7kmz400000gn/T/ssh.236 -o ControlPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/Users/username/sylius/.vagrant/machines/sylius/virtualbox/private_key'" "--exclude" ".vagrant/" "/Users/username/sylius/" "vagrant@127.0.0.1:/vagrant"
Error: symlink has no referent: "/Users/username/sylius/sites/Sylius/vendor/bitbag/cms-plugin/node_modules"
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/main.c(996) [sender=2.6.9]

@bitbager
Copy link
Member

Unfortunately, we have not tested this plugin with Vagrant.

I believe this is a problem of Sylius plugin skeleton.

CC: @pamil, @Zales0123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants