[Bug]: Unable to package: Windows occurs Could not find any make targets configured for the "darwin" platform error #367
Version
1.0.0
Model
UI-TARS-2B-SFT
Deployment Method
Cloud
Issue Description
使用pnpm run build打包的时候一直出现Could not find any make targets configured for the "darwin" platform.错误,无法打包。
Error Logs
✖ Resolving make targets › Could not find any make targets configured for the "darwin" platform. ◼ Running package command ◼ Running preMake hook ◼ Making distributables ◼ Running postMake hook
An unhandled rejection has occurred inside Forge: Error: Could not find any make targets configured for the "darwin" platform. at //@electron-forge/core/dist/api/make.js:114:27 at _Task.taskFn (/Users//@electron-forge/tracer/dist/index.js:58:42) at _Task.run (/Users/******************/listr2/dist/index.cjs:2063:35) ELIFECYCLE Command failed with exit code 1.
我是用的mac pro,arm芯片。
Thanks for your feedback! could you tell in which package you to run pnpm run build?
I am in
apps/ui-tars
and pnpm run build.