[Windows] vfox-yarn fails to install Yarn 2+ due to path quoting bug in os.execute (regression since 2026.6.10) #10561
Unanswered
AlexanderMaslov
asked this question in
Troubleshooting and bug reports
Replies: 2 comments 3 replies
|
i'm also seeing this issue. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Environment
Description
Installing any Yarn 2+ version via mise fails on Windows with the following error:
mise ERROR Failed to install vfox:mise-plugins/vfox-yarn@4.12.0: runtime error:
crates\vfox\src\lua_mod\hooks.rs:53:69: Failed to download Yarn v2+
stack traceback:
[C]: in function 'error'
crates\vfox\src\lua_mod\hooks.rs:53:69: in function 'PLUGIN.PostInstall'
crates\vfox\src\plugin.rs:188:2: in main chunk
All reactions