byavv / angular2-elastic

Angular2 elasticsearch, autocomplete sample
36 stars 17 forks source link

the installation problem #7

Closed xqchen2016 closed 8 years ago

xqchen2016 commented 8 years ago

According to the README.md: Install:

npm install -g typings webpack webpack-dev-server
npm install

Build:

npm run build

Start in dev mode (available on localhost:3030 by default)

npm run dev

can not install successfully.I want to know the reason ..

byavv commented 8 years ago

I need more info to handle it, but I met some error before, which happened because of npm cache in case of angular 2 install on top of previous versions. If you get something like "Unexpected token '\u0000'" , try

npm cache clean

Updated to beta.13.