Rxjs: v5.3.2 always errors with "RxJS could not find any global context (window, self, global)"

Created on 9 May 2017  路  4Comments  路  Source: ReactiveX/rxjs

See https://github.com/sourcegraph/javascript-typescript-langserver/issues/246

Error: RxJS could not find any global context (window, self, global)
    at /home/travis/build/sourcegraph/javascript-typescript-langserver/node_modules/@reactivex/rxjs/dist/cjs/src/util/root.ts:26:9

Most helpful comment

Thanks @felixfbecker! Saw this too and know the root cause. I'm told a fix is in the works ASAP.

The only workaround for users is to pin their version to 5.3.1

All 4 comments

Thanks @felixfbecker! Saw this too and know the root cause. I'm told a fix is in the works ASAP.

The only workaround for users is to pin their version to 5.3.1

A fix is being tested here #2599 (seems to work)

Fix is out. Install 5.3.3 馃帀

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oskarols picture oskarols  路  32Comments

huineng picture huineng  路  30Comments

benlesh picture benlesh  路  39Comments

benlesh picture benlesh  路  31Comments

alexeagle picture alexeagle  路  36Comments