ERROR in Metadata version mismatch for module ../ngx-chips/ngx-chips.d.ts
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
When i try to execute npm install or ng serve. i getting below error.
ERROR in Metadata version mismatch for module D:/…/node_modules/ngx-chips/ngx-chips.d.ts, found version 4, expected 3, resolving symbol AppModule in D:/…/src/app/app.module.ts, resolving symbol AppModule in D:/…/src/app/app.module.ts
ERROR in ./~/ngx-chips/esm5/ngx-chips.js Module not found: Error: Can’t resolve ‘rxjs/operators’ in ‘D:.…\node_modules\ngx-chips\esm5’ ~/ngx-chips/esm5/ngx-chips.js 4:0-66 /src/app/app.module.ts /src/main.ts ulti ./src/main.ts
Expected behavior
I have also tried with latest version of ngx-chips (1.9.2). But it also not working. It giving same error. Please kindly assist asap … trying to fix the error from last two days.
Minimal reproduction of the problem with instructions (if applicable)
What do you use to build your app?. Please specify the version
Angular version:
angular/cli: 1.0.4 angular/common: 4.1.3 angular/compiler: 4.1.3 angular/compiler-cli: 4.1.3 angular/core: 4.1.3 angular/forms: 4.1.3 angular/http: 4.1.3 angular/platform-browser: 4.1.3 angular/platform-browser-dynamic: 4.1.3 angular/platform-server: 4.1.3 angular/router: 4.1.3
ngx-chips version:
“ngx-chips”: “^1.5.3”,
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome Edge Ie11
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Which ngx-chips version does still work with Angular 4?
facing the same issue