我正在尝试使用 react-native 构建示例 UWP 应用程序。这是我的 package.JSON。
` {
"name": "netizen_uwp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.2.0-rc.1",
"react-native": "0.29.0-rc.0",
"react-native-windows": "0.29.0-rc.0"
},
"main": "index.android.js",
"devDependencies": {
"rnpm-plugin-windows": "^0.1.1"
},
"author": "",
"license": "ISC",
"description": ""
}`
当我运行 >rnpm windows 时,即使我所有的 react/react-native/react-native-windows 模块都是最新的,我也会收到附加错误。
有人可以在这里帮助我吗?