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
Post a Comment