autocmdr icon indicating copy to clipboard operation
autocmdr copied to clipboard

Update winston dependency

Open deepu105 opened this issue 8 years ago • 1 comments

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] 

deepu105 avatar May 12 '17 07:05 deepu105

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

Stefan-Z-Camilleri avatar Aug 31 '17 10:08 Stefan-Z-Camilleri