aviabird / angularhunt

Rate & Discuss(coming soon) about open source angular projects.
https://angularhunt.com/
71 stars 47 forks source link

installation instructions #7

Open moranza opened 7 years ago

moranza commented 7 years ago

There are no instructions. One needs to guess that he's supposed to do npm install but is there anything else? Because there are errors in the installation when following those steps:

  1. git clone form repository
  2. npm install (with errors)
  3. npm start (throws 'Class 'MiniStore' incorrectly extends base class 'Observable' in node_modules/ngx-bootstrap/mini-ngrx/store.class.d.ts)
agoiabel commented 6 years ago

There is actually an instruction as at today: 3rd December which says: npm start, but the 3rd point above has not been resolved which can not make other developers contribute to the project.

screen shot 2017-12-03 at 07 41 16
kartikjagdale commented 6 years ago

@agoiabel Thank you for addressing the issue. I tried to reproduce this issue and yes it seems there is a problem related to RxJS.

https://github.com/ReactiveX/rxjs/issues/2539

It Seems we need to upgrade the libraries with more stables ones. I will look into it. :+1:

Secondly the error about secrets file yes we didn't push the secrets file and every developer who wants to contribute needs to create their own secrets file in order to get the project running. We also need to mention that in documentation. Thank you for reporting @moranza :+1: