HbuilderX云打包安卓报错 Cannot find module @rollup/rollup-darwin-x64

180 阅读1分钟
Cannot find module @rollup/rollup-darwin-x64. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.

解决方法

yarn add @dcloudio/uts-darwin-x64 --ignore-platform
npm install @dcloudio/uts-darwin-x64 --ignore-platform

目前不知道是什么原因,我是mac电脑

我遇见的是这样解决的,如果有更好的方法希望大家多多分享