@RAJA_S wrote:
My ember addon version is 3.8.3. I have added rxjs as a dependency and tried to use it into a component.
import { Observable } from 'rxjs';
When I try to run the app, I am getting the following error
Could not find module
rxjs
imported fromadn-components/components/form-select
.package.js
"dependencies": { "ember-ajax": "5.0.0", "ember-cli-babel": "7.8.0", "ember-cli-htmlbars": "3.1.0", "ember-cli-moment-shim": "3.7.1", "ember-cli-sass": "10.0.1", "ember-concurrency": "1.1.0", "ember-cp-validations": "4.0.0-beta.9", "ember-file-upload": "2.7.1", "ember-inputmask": "0.9.1", "ember-jquery-legacy": "1.0.0", "ember-lifeline": "4.1.5", "ember-moment": "7.8.1", "ember-power-select": "2.3.5", "ember-responsive": "3.0.5", "ember-wormhole": "0.5.5", "liquid-fire": "0.30.0", "pretty-quick": "1.11.1", "rxjs": "6.5.4", "sass": "1.22.7"
},
Posts: 1
Participants: 1