Description
Hi, I am currently using JSPM as my choice of package manager for my current project, and one of the major dependencies I want to be using is Plotly.js. When I am installing (through JSPM) the plotly.js package, it returns this error.
'err Error processing package config for npm:mapbox-gl.'
This is happening on what I have tested so far, versions 1.16.0, 1.16.1 and 1.16.2. I noticed in your release log for 1.16.3 that you've bumped up mapbox-gl to a newer version. It looks like mapbox-gl is failing on a further dependency down the line.
Does this contain the potential fix for the error? If so the package is currently not retrievable on NPM at this time of writing so I cannot test if the error can be resolved.
Apologies if this turns out to be a JSPM issue rather than a Plotly.js, thankyou!
Edit: more detail