question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Can't resolve 'ng2-completer'

See original GitHub issue

Followed your setup guide, but got this:

ERROR in ./node_modules/ng2-smart-table/components/cell/cell.module.js
Module not found: Error: Can't resolve 'ng2-completer' in '/node_modules/ng2-smart-table/components/cell'
ERROR in ./node_modules/ng2-smart-table/components/cell/cell-editors/completer-editor.component.js
Module not found: Error: Can't resolve 'ng2-completer' in '/node_modules/ng2-smart-table/components/cell/cell-editors'
ERROR in ./node_modules/ng2-smart-table/components/filter/filter.module.js
Module not found: Error: Can't resolve 'ng2-completer' in '/node_modules/ng2-smart-table/components/filter'
ERROR in ./node_modules/ng2-smart-table/components/filter/filter-types/completer-filter.component.js
Module not found: Error: Can't resolve 'ng2-completer' in '/node_modules/ng2-smart-table/components/filter/filter-types'

But you’ve already said you don’t want to include it: https://github.com/akveo/ng2-smart-table/pull/824#issuecomment-401113672

Related: https://github.com/oferh/ng2-completer/pull/401

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

31reactions
KManucommented, Jul 26, 2018

Solved this by including ng2-completer as a dev dependency

npm install ng2-completer --save-dev

25reactions
almgwarycommented, Dec 9, 2018

Solved

npm i rxjs-compat --save
npm i ng2-completer --save

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module not found: Error: Can't resolve 'ng2-completer' #270
Got this error after install/save ng2-smart-table version 1.0.1. Module not found: Error: Can't resolve 'ng2-completer'.
Read more >
How to install ng2-completer with angular cli and webpack
I am trying to install ng2-completer. It work just fine when I run ng serve . However, my ng build --prod . I...
Read more >
ng2-completer - npm
Start using ng2-completer in your project by running `npm i ng2-completer`. There are 82 other projects in the npm registry using ng2-completer.
Read more >
ng2-completer/Lobby - Gitter
Hi all, I'm using ng2-completer and I run into problem with large data source. I have about 4k entities, it takes about 2...
Read more >
ng2-completer - npm Package Health Analysis - Snyk
An important project maintenance signal to consider for ng2-completer is that it hasn't seen any new versions released to npm in the past...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found