-
Notifications
You must be signed in to change notification settings - Fork 450
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
An error was reported when packing, and windows packed. #1833
Comments
It is a ts compilation error. Could you let me know what version of node.js you are running? |
I am using prebuilt Binaries nodejs16 for windows, the specific version is 16.20.2 |
Hello @StephenJose-Dai, according to your error log, you can try deleting the 'arm64' on line 81 of vue.config.js. This might allow the compilation to succeed. Currently, it seems that on X86_64 Windows, the compilation may fail. Removing the arm compilation target allows it to compile successfully. The specific reason is still to be determined. @StephenJose-Dai 您好,根据你的报错日志,你可以尝试一下,删掉 vue.config.js 中的第81行的‘arm64’,或许就可以编译成功了。目前看来在是X86_64的win上,可能会编译失败,移除arm的编译目标之后可以编译成功。具体原因待定。 |
我尝试操作,稍候会告诉你结果,感谢! |
I use node16 version and it works fine |
I seem to have seen that after opening the software, it will have two windows, one is the software window, and the other seems more like a window about the software. Which part is the second window responsible for? |
我在windows上使用yarn install,没有报错,但是在build的时候报错了,我是在windows11上打包的windows包
我只提供了部分报错,报错太多了,我无法上传截图
The text was updated successfully, but these errors were encountered: