born2net / Angular-kitchen-sink

:rocket: Angular - learn by example
http://ng.javascriptninja.io
755 stars 146 forks source link

jspm install systemjs-hot-reloader --dev #30

Closed AndersMygind closed 7 years ago

AndersMygind commented 7 years ago

Hello I am trying to build this boilerplate. When I jspm install systemjs-hot-reloader --dev I get image

born2net commented 7 years ago

please follow instructions you need jspm beta 0.17 follow each and every command in readme

AndersMygind commented 7 years ago

thanks for answering. Maybe i'm missing something. npm install jspm@0.17.0-beta.28 - giving me the same result. Is it another beta 0.17?

born2net commented 7 years ago

wipe everything and do:

git clone https://github.com/born2net/ng2Boilerplate.git
cd ng2Boilerplate
npm install -g jspm@beta
npm install -g gulp
npm install
AndersMygind commented 7 years ago

working - when I used git clone https://github.com/born2net/ng2Boilerplate.git it worked - that was the only thing I had not done. Thought I could just download ... thanks