autocmdr
autocmdr copied to clipboard
Update winston dependency
The Winston library dependency used is quite old and it causes engine incompatible issues in Yarn. It technically fails the yarn install step and makes this library unusable with yarn.
We are considering to use it with JHipster https://github.com/jhipster/generator-jhipster/pull/5726
Would appreciate if the dependency can be updated
error [email protected]: The engine "node" is incompatible with this module. Expected version "0.8.x".
error Found incompatible module
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
Same problem here... we are unable to switch to yarn due to this very error.
The only current workaround is to use --ignore-engines, yet this is untenable and undesirable