ng2-smart-table has missing dependencies completer

NicoGuevaraAtuq picture NicoGuevaraAtuq · Apr 4, 2020 · Viewed 7.4k times · Source

I am using Ng2SmartTable and I have this error:

ERROR in The target entry-point "ng2-smart-table" has missing dependencies: - @ akveo / ng2-completer

I have already tried the following commands and it does not work:

1.npm install --save ng2-smart-table

2.npm i ng2-completer --save

3.npm i rxjs-compat --save

Answer

Yudai Nakagawa picture Yudai Nakagawa · May 9, 2020

try this.

npm i rxjs-compat --save
npm i @akveo/ng2-completer --save

See here. https://github.com/yggg/ng2-smart-table/commit/8a4f0bb

As mentioned above, you need to be careful.