signalk-js-client icon indicating copy to clipboard operation
signalk-js-client copied to clipboard

Deprecated core-js dependency

Open tkurki opened this issue 4 years ago • 1 comments

People installing SK server get confused with all extra warning in the installation log. This lib has a deprecated core-js dependency that emits one such warning:

npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

image

https://www.npmjs.com/package/@babel/polyfill says

This package has been deprecated in favor of separate inclusion of required parts of core-js and regenerator-runtime. See our website @babel/polyfill for more information.

https://babeljs.io/docs/en/next/babel-polyfill.html

tkurki avatar Apr 26 '20 07:04 tkurki