ReactiveX / learnrx

A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
1.4k stars 292 forks source link

rx library implementation? #171

Closed vittod closed 5 years ago

vittod commented 6 years ago

I just tried to pick up my exercises in this great training tool and can't get past exercise 3. My console tells me theres a problem loading the RX recources.

thoFurman commented 6 years ago

You can run the page local if change the index.html in line 5043 from

to . This worked for me until they change the resources online.
harveysanders commented 6 years ago

+1 FYI: GET to https://unpkg.com/@reactivex/rxjs@6.0.0/dist/global/Rx.js responds with "Cannot find module "/dist/global/Rx.js" in package @reactivex/rxjs@6.0.0"

seanpoulter commented 5 years ago

This is a duplicate of #173 which can also be closed. It was resolved by PR #170.