yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Warnings during install #228

Closed kishaningithub closed 8 years ago

kishaningithub commented 8 years ago

npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select' npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'

arthurvr commented 8 years ago

That's simply a sub-dependency that had a rename. Find the package still depending on it and PR the fix there :)

This doesn't cause any concrete problems and is not an issue with PSK so I'm closing this.