yeoman / generator-polymer

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

node 0.12.3 install warnings #199

Closed sebs closed 9 years ago

sebs commented 9 years ago

➜ grow-app git:(master) ✗ sudo npm install -g generator-polymer Password: npm WARN peerDependencies The peer dependency generator-mocha@>=0.1.3 included from generator-polymer will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. 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' generator-mocha@0.1.8

arthurvr commented 9 years ago

See https://github.com/yeoman/yeoman/issues/1488 for the relevant discussion. One of the warnings will be gone if https://github.com/yeoman/generator-polymer/pull/200 lands.