You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use this module, because it does not declare its dependencies correctly (all in the devDependencies field):
rxjs, @angular/core, possibly more should go into dependencies.
This breaks, when you have different versions in your project, e.g. rxjs v6:
./node_modules/angular2-lightbox/lightbox-event.service.js
Module not found: Error: Can't resolve 'rxjs/Subject' in '/home/norwin/src/eumetsat-new-pn/pn-ng6/node_modules/angular2-lightbox'
The text was updated successfully, but these errors were encountered:
I can't use this module, because it does not declare its dependencies correctly (all in the
devDependencies
field):rxjs
,@angular/core
, possibly more should go intodependencies
.This breaks, when you have different versions in your project, e.g. rxjs v6:
The text was updated successfully, but these errors were encountered: