Important NPM package colors from Marak causing console problems at the moment
1–2 of 2 posts
Re: Important NPM package colors from Marak causing console problems at the moment
#2In case you see any strange console output when using node packages or CLI, in particular, if you see "LIBERY LIBERY LIBERTY". It is probably due to a bad reload of the colors package. Can be fixed by pinning the dependency to 1.4.0 by adding "resolutions": { "colors": "1.4.0" } to package.json