abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

Error: export 'skip' (imported as 'skip') was not found in 'rxjs' #545

Closed iampaulfrolov closed 1 year ago

iampaulfrolov commented 2 years ago

When I am trying to run project I get this error

./node_modules/@abacritt/angularx-social-login/fesm2020/abacritt-angularx-social-login.mjs:449:37-41 - Error: export 'take' (imported as 'take') was not found in 'rxjs' (possible exports: ArgumentOutOfRangeError, AsyncSubject, BehaviorSubject, ConnectableObservable, EMPTY, EmptyError, GroupedObservable, NEVER, Notification, NotificationKind, ObjectUnsubscribedError, Observable, ReplaySubject, Scheduler, Subject, Subscriber, Subscription, TimeoutError, UnsubscriptionError, VirtualAction, VirtualTimeScheduler, animationFrame, animationFrameScheduler, asap, asapScheduler, async, asyncScheduler, bindCallback, bindNodeCallback, combineLatest, concat, config, defer, empty, forkJoin, from, fromEvent, fromEventPattern, generate, identity, iif, interval, isObservable, merge, never, noop, observable, of, onErrorResumeNext, pairs, partition, pipe, queue, queueScheduler, race, range, scheduled, throwError, timer, using, zip)

image
Deepakds007b commented 2 years ago

@iampaulfrolov Please install latest rxjs version. npm install rxjs@latest

deombernal commented 2 years ago

Same thing here, been trying to find out a solution for days now. I've tried installing latest rxjs version but got more error message after that.

guru-dev-dan commented 2 years ago

installing the latest worked for me

veneliniliev commented 2 years ago

Same thing here, been trying to find out a solution for days now. I've tried installing latest rxjs version but got more error message after that.

I have the same problem. please downgrade rxjs! :(

Heatmanofurioso commented 2 years ago

@iampaulfrolov Any news on this? This isn't an issue related to the package, so if we can't help you anymore with this, I'd like to close this issue

mcantrell commented 2 years ago

Would it make sense to add rxjs to this project's dependencies? Could help resolve a lot of these issues that are coming in around this.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.