codeBelt / generate-template-files

A simple generator to create custom template files for any application
https://medium.com/@robertsavian/generate-template-files-with-ease-19b320615359
MIT License
209 stars 31 forks source link

Emitter-mixin deprecation warning #70

Closed lhassis closed 2 years ago

lhassis commented 3 years ago

Using the package with node 16.x.x shows a DeprecationWarning from the emitter-mixin dependency. It is used by the recursive-copy dependency and it has been fixed on version 2.0.12 (lib is already on 2.0.13 version). Is it possible to upgrade this dependency version so the warning is eliminated?

Warning message [DEP0128] DeprecationWarning: Invalid 'main' field in 'xxx\node_modules\emitter-mixin\package.json' of 'y'. Please either fix that or report it to the module author

codeBelt commented 2 years ago

Fixed in https://github.com/codeBelt/generate-template-files/releases/tag/v3.2.1