yaml-runtimes
yaml-runtimes copied to clipboard
Fix jsyaml build by replacing istanbul with istanbul-classic
Thanks. I'm still getting a deprecation warning:
+ cd js-yaml-3.13.1
+ perl -pi -e 's/"istanbul": "\^0\.4\.5",/"istanbul-classic": "^2019.8.9",/' package.json
+ npm install .
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.
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
Maybe we should just hope that the js-yaml package is fixed by the maintainers soon...