logtron
logtron copied to clipboard
*yarn* doesn't work
Running yarn gives
➜ logtron git:(master) yarn
yarn install v0.21.0-20170208.2352
info No lockfile found.
[1/4] 🔍 Resolving packages...
warning uber-raven > [email protected]: use uuid module instead
warning body > error > xtend > [email protected]:
warning winston-uber > request > [email protected]: use uuid module instead
warning jscs > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning tape > glob > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning uber-licence > readdirp > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning istanbul > fileset > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
[2/4] 🚚 Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "0.8.x".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The root cause is winston-uber module. It has a dependency to a [email protected]
I can't create a github issue for the uber/winston repo, so creating it here.
A proposed solution is either to update the winston module to a newer version (this commit in particular: https://github.com/winstonjs/winston/commit/a5676313b4e9744802cc3b8e1468e4af48830876#diff-b9cfc7f2cdf78a7f4b91a753d10865a2) or at least to update the version of request library