amcharts3-angular2 icon indicating copy to clipboard operation
amcharts3-angular2 copied to clipboard

Cannot start angular-cli sample project

Open algarpe opened this issue 8 years ago • 1 comments

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

Do I forgot anything?

Thanks in advance...

algarpe avatar Apr 11 '17 17:04 algarpe

Try using npm install && npm start instead.

Using & has very different behavior from &&

Pauan avatar May 19 '17 02:05 Pauan