yaml-runtimes icon indicating copy to clipboard operation
yaml-runtimes copied to clipboard

Fix jsyaml build by replacing istanbul with istanbul-classic

Open ingydotnet opened this issue 5 years ago • 1 comments

ingydotnet avatar Jan 12 '20 05:01 ingydotnet

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...

perlpunk avatar Jan 12 '20 13:01 perlpunk