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