It looks like you updated the winston version in package.json but you never tagged a new release - could you bump to 2.1.3 ? The older version of winston requires an outdated version of hawk (0.10.2), which isn't marked as compatible with modern node engines. It causes errors if you're trying to use yarn instead of npm (e.g. you have to pass in --ignore-engines).
Just published a fork of this package with version 2.1.3 tagged so it can be used without putting the explicit hash in package.json: https://www.npmjs.com/package/@lluis/codo
It looks like you updated the winston version in package.json but you never tagged a new release - could you bump to
2.1.3
? The older version of winston requires an outdated version of hawk (0.10.2), which isn't marked as compatible with modern node engines. It causes errors if you're trying to use yarn instead of npm (e.g. you have to pass in--ignore-engines
).