注意: 在您将问题标记为重复之前,请让我知道实际答案在哪里。我经历了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)) ? (