Open ttpro1995 opened 4 years ago
I ran into the same issue on the latest version. To get this fixed temporarily, I installed both dependencies myself in my package.json dependencies:
...
"@akveo/ng2-completer": "^9.0.1",
"ng2-completer": "^9.0.1",
...
I install with command
npm install --save ng2-smart-table
Expected all dependencies packages of ng2-smart-table is installed as well. But
@akveo/ng2-completer
is not installed.Error when run
ng serve