gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

Nodejs 8 warning #87

Open mhf-ir opened 6 years ago

mhf-ir commented 6 years ago

Warning during usage on nodejs 8.4 ubuntu

(node:18768) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:18768) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:18768) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
mhf-ir commented 6 years ago

during install dependeciy using yarn

warning grunt-favicons > cheerio > cheerio-select > CSSselect@0.7.0: the module is now available as 'css-select'
warning grunt-favicons > cheerio > cheerio-select > CSSselect > CSSwhat@0.4.7: the module is now available as 'css-what'
Ambient-Impact commented 6 years ago

I'm also getting this on Windows 10, node 8.4.0. :(