-
Notifications
You must be signed in to change notification settings - Fork 40
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
Failed to create a symlink on Windows machine #78
Comments
Is this on a new Bolt install? Is your user an Admin? Perhaps try updating the plugin |
Haven't had any other Windows users report this issue. If it comes up again feel free to re-open and provide additional details. |
@justintaylor-dev updating the vite cep plugin by running |
awesome! |
Hi! I was having this issue and tried running
I thought perhaps some other packages could be out of date so tried running |
Environment - Windows 11 Pro (Version 10.0.22621 Build 22621, Intel i7-9700).
Following the instruction in this repo
README.md
file, when runningyarn build
I get the following error:symlink failed. Try running 'sudo yarn symlink' → failed ×
, and obviously when launching the targeted adobe product(which is After Effects in my case) - I cannot open my CEP extension.Trying to run
yarn build
using administrator account doesn't help, regardless of the terminal program in use(cmd.exe
/PowerShell
/Git Bash
).I did manage to bypass that issue using this workaround:
mklink /D "C:\Program Files\Common Files\Adobe\CEP\extensions\<my-panel-id>" "<path-to-my-bolt-app-root-source-code-folder>\dist\cep"
With that my CEP app is visible in After Effects Extension menu, and I can interact with it perfectly.
Please consider a fix for that issue, so we won't have to use that bandage I've mentioned above.
The text was updated successfully, but these errors were encountered: