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

Asset Symlinks Issue On Windows #43

Open
dragoonis opened this issue May 19, 2015 · 3 comments
Open

Asset Symlinks Issue On Windows #43

dragoonis opened this issue May 19, 2015 · 3 comments
Assignees

Comments

@dragoonis
Copy link
Member

Bug reported by: @namaless

Writing lock file
Generating autoload files
Installing assets using the symlink option
Installing assets for Framework into public/modules/framework

  [Symfony\Component\Filesystem\Exception\IOException]
  Failed to create symbolic link from "../../modules/Framework/resources/public/" to "public/modules/framework".
assets:install [--symlink] [--relative] [target]

Script PPI\DistributionModule\Composer\ScriptHandler::installAssets handling the post-update-cmd event terminated with an exception

  [RuntimeException]
  An error occurred when executing the ""assets:install --symlink --relative  public "" command.
@nunocodex
Copy link

The best i think is check on the php script if windows system so no use the options from composer :)

@dragoonis
Copy link
Member Author

@noisebleed can you patch our AssetsInstall script handler to stop folks from performing symlink or symlink-relative on windows operating systems?

@ajbm6
Copy link

ajbm6 commented Feb 27, 2016

still the same error on windows.

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

4 participants