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 know i can fix this by also including that one in our build, but that is a bit annoying, currently our builds are broken because of the above thing if we just install 2.5.0 version of lightbox.
The text was updated successfully, but these errors were encountered:
and if you then just install ngx-filesaver you get:
✖ Compiling with Angular sources in Ivy partial compilation mode.
node_modules/ngx-filesaver/src/filesaver.service.d.ts:1:34 - error TS2307: Cannot find module 'file-saver' or its corresponding type declarations.
1 import { FileSaverOptions } from 'file-saver';
~~~~~~~~~~~~
node_modules/ngx-filesaver/src/filesaver.directive.d.ts:4:34 - error TS2307: Cannot find module 'file-saver' or its corresponding type declarations.
4 import { FileSaverOptions } from 'file-saver';
~~~~~~~~~~~~
With the new release 2.5.0 we suddenly have:
An error occurred during the build:
Error: The target entry-point "ngx-lightbox" has missing dependencies:
because of the pull:
https://github.com/themyth92/ngx-lightbox/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R28
I know i can fix this by also including that one in our build, but that is a bit annoying, currently our builds are broken because of the above thing if we just install 2.5.0 version of lightbox.
The text was updated successfully, but these errors were encountered: