我正在尝试使用Angular2的材质设计(https://github.com/angular/material2)来处理我的项目。
跑完后:
npm install --save @angular/material
npm start
我收到此错误:
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
这是我的npm-debug.log: http://pastebin.com/raw/GCffjQMh