mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Error when running npm run build:sdk #600

Open ryan1509 opened 6 years ago

ryan1509 commented 6 years ago

ERROR in src/app/shared/sdk/models/FireLoopRef.ts(2,10): error TS2305: Module '" D:/DFI Build/dfi/DFIBuild/Application/DFI_Angular/node_modules/rxjs/Rx"' has no exported member 'merge'. src/app/shared/sdk/services/core/error.service.ts(4,22): error TS2305: Module '" D:/DFI Build/dfi/DFIBuild/Application/DFI_Angular/node_modules/rxjs/Rx"' has no exported member 'throwError'.

isrmicha commented 6 years ago

any fixes?

Nosfistis commented 6 years ago

What is your rxjs version?

isrmicha commented 6 years ago

The same as this repository package.json

Nosfistis commented 6 years ago

Try using RxJS 6+, since all imports are now not backwards compatible with versions before 5.6.

Otherwise, try using the rxjs-compat supporting module.

isrmicha commented 6 years ago

Thanks!