Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch error: rxjs/operators.js 404 (Not Found) #515

Closed
mayowaojo opened this issue Nov 27, 2017 · 9 comments
Closed

Fetch error: rxjs/operators.js 404 (Not Found) #515

mayowaojo opened this issue Nov 27, 2017 · 9 comments
Labels
P1 Urgent issue that should be resolved before the next re-lease wontfix

Comments

@mayowaojo
Copy link

mayowaojo commented Nov 27, 2017

Bug:

Hi there. I'm getting this error with flex-layout@latest - ^2.0.0-beta.10-4905443 as well as attempting to update to "@angular/flex-layout": "git+https://github.com/angular/flex-layout-builds.git"

I downgraded my version of rsjx to an earlier build hower this breaks the rest of my @angular v5 build.
The latest version of Angular/rsjx simply doesn't have an operators.js file

This is a System..js build if that helps.

image

@aciccarello
Copy link

rxjs/operators was added in a recent version of rxjs so this error is likely from downgrading rxjs.

@ThomasBurleson
Copy link
Contributor

Flex-Layout requires "rxjs": "^5.5.0" [see package.json] for the following imports to work:

import {map, filter} from 'rxjs/operators';

Will not fix.

@ThomasBurleson
Copy link
Contributor

Reopening to address some outlier issues related to lettable operators.

@ThomasBurleson ThomasBurleson added this to the v2.0.0-beta.12 milestone Nov 28, 2017
@ThomasBurleson ThomasBurleson added the P1 Urgent issue that should be resolved before the next re-lease label Nov 28, 2017
@ThomasBurleson
Copy link
Contributor

Fixed with today's 2.0.0-beta.12 release. See SHA 62457a5

@pranitadesh
Copy link

I am getting the same issue with rxjs version 6.1.0 with angular 6

@adal2404-Real
Copy link

Hello!, Work around on ReactiveX/rxjs#2971, regards

@CaerusKaru
Copy link
Member

Should probably be fixed by #751

@ThomasBurleson
Copy link
Contributor

Fixed SHA ffb5c79

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1 Urgent issue that should be resolved before the next re-lease wontfix
Projects
None yet
Development

No branches or pull requests

6 participants