0

注意:在将问题标记为重复之前,请让我知道实际答案在哪里。我经历了 10 个不同的问题,但似乎没有一个能真正解决手头的问题。

大家好,我已经在 reactJS 上安装了名为 speedometer chart 的模块。但是,图书馆似乎存在问题。当我执行代码时,我收到此错误并且无法弄清楚如何解决它。

./node_modules/react-native-speedometer-chart/src/index.js
SyntaxError: /node_modules/react-native-speedometer-chart/src/index.js: Unexpected token (16:4)

>  14 |
>  15 |   const percentElement = (showPercent) ? (
>  16 |     <Text style={[styles.percentText, percentStyle]} numberOfLines={1}>{percentValue}%</Text>
>     |     ^
>  17 |   ) : null;
>  18 | 
>  19 |   const textElement = ((showText) && (text)) ? (
4

0 回答 0