0
我正嘗試使用react-native構建示例UWP應用程序。這是我的package.JSON。react-native rnpm windiows拋出錯誤
` {
"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窗口,我收到連接錯誤,即使我所有的反應/反應母語/反應原生窗口模塊是最新的。
有人可以幫我嗎?