node.js - Installing material-design-lite with NPM -


i'm working on mean stack (mongo, express, angular, node) , use google's material design lite library. according the docs 1 should run

npm install material-design-lite --save

inside npm project enable use of mdl components. following error:

npm err! failed @ material-design-lite@1.0.0 install script 'napa mojombo/clippy'. npm err! problem material-design-lite package, npm err! not npm itself. npm err! tell author fails on system: npm err!     napa mojombo/clippy` 

so there's problem napa mojombo/clippy have idea how fix this?

try find root cause verbose

npm install material-design-lite --save --verbose 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -