You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in node_modules/msal-angular/msal.guard.d.ts(2,10): error TS2305: Module '"../rxjs/Observable"' has no exported member 'Observable'.
node_modules/msal-angular/msal.interceptor.d.ts(2,10): error TS2305: Module '"../rxjs/Observable"' has no exported member 'Observable'.
node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable'.
But this command npm install rxjs@6 rxjs-compat@6 --save
solved it
The text was updated successfully, but these errors were encountered:
Got this error
But this command
npm install rxjs@6 rxjs-compat@6 --save
solved it
The text was updated successfully, but these errors were encountered: