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
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.