failed to load config from D:\HBuilderX\plugins\uniapp-cli-vite\vite.config.js

failed to load config from D:\HBuilderX\plugins\uniapp-cli-vite\vite.config.js

HBuilderX小程序编译运行异常。


问题描述

error during build:
Error:
You installed esbuild for another platform than the one you’re currently using.
This won’t work because esbuild is written with native code and needs to
install a platform-specific binary executable.
Specifically the “esbuild-windows-32” package is present but this platform
needs the “esbuild-windows-64” package instead. People often get into this
situation by installing esbuild on Windows or macOS and copying “node_modules”
into a Docker image that runs Linux, or by copying “node_modules” between
Windows and WSL environments.
If you are installing with npm, you can try not copying the “node_modules”
directory when you copy the files over, and running “npm ci” or “npm install”
on the destination platform after the copy. Or you could consider using yarn
instead of npm which has built-in support for installing a package on multiple
platforms simultaneously.
If you are installing with yarn, you can try listing both this platform and the
other platform in your “.yarnrc.yml” file using the “supportedArchitectures”
feature: https://yarnpkg.com/configuration/yarnrc/#supportedArchitectures
Keep in mind that this means multiple copies of esbuild will be present.
Another alternative is to use the “esbuild-wasm” package instead, which works
the same way on all platforms. But it comes with a heavy performance cost and
can sometimes be 10x slower than the “esbuild” package, so you may also not
want to do that.:


原因分析:

安装的esbuild是为不同于当前使用的平台编写的。这是因为esbuild使用了本地代码,需要安装特定平台的本机二进制可执行文件。

具体来说“esbuild-windows-64”包,但安装的是“esbuild-windows-32”包。这种情况通常发生在在Windows或macOS上安装esbuild并将“node_modules”复制到运行Linux的Docker镜像中,或者在Windows和WSL环境之间复制“node_modules”。


解决方案:

1.删除HBuilderX安装目录->plugins下的uniapp-cli-vite文件夹
2.重新执行HBuilderX小程序运行流程即可

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值