Material Design for Angular 2 throws ELIFECYCLE

眉间皱痕 提交于 2020-01-17 05:42:07

问题


I'm trying to get Material Design for Angular2 (https://github.com/angular/material2) to work with my project.

After running:

npm install --save @angular/material
npm start

I get this error:

npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! angular-quickstart@1.0.0 start: `tsc && concurrently "tsc -w" "lite-server" `
npm ERR! Exit status 2

Here is my npm-debug.log: http://pastebin.com/raw/GCffjQMh

来源:https://stackoverflow.com/questions/40331039/material-design-for-angular-2-throws-elifecycle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!