【发布时间】:2015-07-14 08:52:31
【问题描述】:
我正在研究 MEAN 堆栈(Mongo、Express、Angular、Node),并希望使用 Google 的 Material Design Lite 库。根据the docs 应该运行
npm install material-design-lite --save
在 NPM 项目中启用 mdl 组件。我收到以下错误:
npm ERR! Failed at the material-design-lite@1.0.0 install script 'napa mojombo/clippy'.
npm ERR! This is most likely a problem with the material-design-lite package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! napa mojombo/clippy`
所以napa mojombo/clippy 有问题有人知道如何解决这个问题吗?
【问题讨论】:
标签: node.js npm material-design