0

我尝试构建一个发布 appx 以使用本机窗口进行侧载,但出现以下错误

Error
MSB3073
The command " cd C:\Users<user>\source\repos\appxtest\windows.. react-native bundle --platform windows --entry-file index.js --bundle-output windows/appxtest/Bundle/index.windows.bundle --assets-dest windows/appxtest/Bundle " exited with code 9009

当我启用详细构建“工具>选项>项目和解决方案>构建并运行,并将“MsBuild项目构建输出详细程度”更改为“诊断”

我得到这个日志

7>C:\Users\source\repos\appxtest\node_modules\react-native-windows\PropertySheets\Bundle.Common.targets(13,9):错误MSB3073:命令“ 7>C:\Users\source\repos \appxtest\node_modules\react-native-windows\PropertySheets\Bundle.Common.targets(13,9): 错误 MSB3073: cd C:\Users\naveen\source\repos\appxtest\windows.. 7>C:\Users \source\repos\appxtest\node_modules\react-native-windows\PropertySheets\Bundle.Common.targets(13,9): 错误 MSB3073: react-native bundle --platform windows --entry-file index.js --bundle -输出 windows/appxtest/Bundle/index.windows.bundle --assets-dest windows/appxtest/Bundle 7>C:\Users\source\repos\appxtest\node_modules\react-native-windows\PropertySheets\Bundle.Common。目标(13,9):错误 MSB3073:“以代码 9009 退出。

.

我能够构建一个成功的 Debug appx。有人可以指导我如何使用 react native windows 构建发布 appx

4

1 回答 1

0

将 react-native CLI 安装为全局

使用这个命令:npm install –g react-native-cli

于 2020-04-08T07:50:16.250 回答