There's no info about how should the package be loaded. It should be as:
npm install highcharts-indicators
And loading files should look like:
require('highcharts-indicators')(Highcharts);
require('highcharts-indicators/js/sma')(Highcharts);
require('highcharts-indicators/js/ema')(Highcharts);
require('highcharts-indicators/js/rsi')(Highcharts);
require('highcharts-indicators/js/atr')(Highcharts);
There's no info about how should the package be loaded. It should be as:
npm install highcharts-indicatorsAnd loading files should look like: