You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some packages such as regl/splom, plotly.js makes us download/use uneeded and deprecated dependencies such as left-pad while they are not even needed. (See gl-vis/regl-splom#18)
When installing through npm I get the following warnings:
npm WARN deprecated [email protected]: This is not needed anymore. Use require('os').homedir() instead.
npm WARN deprecated [email protected]: use String.prototype.padStart()
I think it would do good to the project to clean such dependencies.
The text was updated successfully, but these errors were encountered:
Due to some packages such as regl/splom, plotly.js makes us download/use uneeded and deprecated dependencies such as
left-pad
while they are not even needed. (See gl-vis/regl-splom#18)When installing through npm I get the following warnings:
I think it would do good to the project to clean such dependencies.
The text was updated successfully, but these errors were encountered: