(六)electron-builder打包报错errorOut=ERROR: Cannot create symbolic link :

1,297 阅读1分钟

记录一下: electron builder打包时出现错误:

image.png

errorOut=ERROR: Cannot create symbolic link

解决方法:以管理员的身份运行powershell,那么如何以管理员的身份运行呢? 找到powershell应用,右击,选择“以管理员身份运行”

image.png

powershell如何跳到项目目录呢? 可以执行cd D:\frontCode\electron-vue3-to-d0

image.png

参考:blog.csdn.net/vifaceeeeee…