Material design for Angular 2 throw ELIFECYCLE

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

After launch:

npm install --save @angular/material
npm start

      

I am getting 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

0


source to share





All Articles