我正在尝试连接我的R脚本和Node JS

时间:2018-11-13 06:08:42

标签: html r node.js

但是最近出现了该错误: C:\ Users \ vidyush.bakshi \ Desktop \ node-karteek \ node_modules \ r-script \ index.js:48如果(child.stderr)抛出child.stderr;

源代码如下:

    [{"teamName":"Arsenal",
      "image":"Arsenal",
      "nextMatch":"in 2 days",
      "matches":[{"oppositeTeam":"teamName",
                  "matchTimings":"121212",
                  "matchId":"ID 213432"},

                 {"oppositeTeam":"teamName",
                 "matchTimings":"121212",
                 "matchId":"ID 213432"}],
       "fixtures": {"oppositeTeam":"teamName",
                   "oppositeTeamScore":"7",
                   "homeTeamScore":"4", /* I renamed this with small first letter*/
                   "homeTeamCards":"True", /* I renamed this with small first letter*/
                   "oppositeTeamCards":"false",
                   "fixtureId":"ID 213432”}
        }
    ]

有人可以帮我吗?。

0 个答案:

没有答案