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
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [x] Feature request
- [ ] Documentation issue or request
Bug Report or Feature Request (mark with an
x
)When I try to install
[email protected]
in the project having[email protected]
npm logs the following error:This problem is happened, because
ng2-pdf-viewer
depends on[email protected]
[email protected]
has dependencyworker-loader@^0.8.0
[email protected]
(which is the latest version till1.0.0
) has the following peer dependencywebpack
:>=0.9 <2 || ^2.1.0-beta || ^2.2.0
worker-loader
supports[email protected]
starting from the version1.0.0
(commit)pdfjs-dist
supports[email protected]
starting from the version1.10.x
(pull request)Is it possible to update
pdfjs-dist
to version1.10.x
?All is much worse when I use npm lock file, because when some constraints are not satisfied lock file is not updated.
I have to use different workaround to keep lock file consistent, when new dependency is added into the project.
Environment:
The text was updated successfully, but these errors were encountered: