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/@ngxs/store/src/of-action.d.ts(1,10): error TS2305: Module '"/Users/workspace/git/proj-web/node_modules/rxjs/Rx"' has no exported member 'OperatorFunction'.
#270
Closed
pinalbhatt opened this issue
Apr 11, 2018
· 5 comments
ERROR in node_modules/@ngxs/store/src/of-action.d.ts(1,10): error TS2305: Module '"/Users/workspace/git/proj-web/node_modules/rxjs/Rx"' has no exported member 'OperatorFunction'.
The text was updated successfully, but these errors were encountered:
Hi @amcdnl,
Indeed it fixes the crash with 3.0.0-rc.4, thanks.
Pardon my nitpicking here, but when checking out your demo stackblitz I see it's still running rxjs 5.5.2.
Has this changed since @ngxs/store 3.0.0-beta.0 ?
Another discussion pointed to using NG 6 & RX 6. Not possible in an Ionic 3.x environment, hence my nitpicking :-)
(btw, it's Jérémie from MC... sending regards ;-) )
Versions
Node: v9.11.1
NPM: 5.8.0
Angular: 5.2.9
Angular-CLI: 1.7.4
NGXS: 3.0.0-rc.0
rxjs: 5.5.8
Repro steps
Just added
in app.module.ts and tried to run
ng build
and i get this error:
The text was updated successfully, but these errors were encountered: