amcharts / amcharts3-angular2

Official Angular 2 plugin for amCharts V3
99 stars 35 forks source link

Cannot start angular-cli sample project #28

Open algarpe opened 7 years ago

algarpe commented 7 years ago

Hi, After doing npm install & npm start an error displays: Cannot read property 'config' of null

Do I forgot anything?

Thanks in advance...

Pauan commented 7 years ago

Try using npm install && npm start instead.

Using & has very different behavior from &&