You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the binary symlinking code doesn't work on Windows. The exact version numbers link to AppVeyor builds for Electron Forge where running bolt fails when it tries to install acorn's acorn.ps1 file. master links to a testsuite run of bolt itself (from #217), specifically one of the symlink-related tests that fail.
The text was updated successfully, but these errors were encountered:
I have encountered the same issue and it seems like its because bolt gets the powershell shim and "read-cmd-shim" still doesnt support it so it throws ENOTASHIM.
bolt
fails with "$binary is not a symlink"It seems that the binary symlinking code doesn't work on Windows. The exact version numbers link to AppVeyor builds for Electron Forge where running
bolt
fails when it tries to installacorn
'sacorn.ps1
file.master
links to a testsuite run ofbolt
itself (from #217), specifically one of the symlink-related tests that fail.The text was updated successfully, but these errors were encountered: