-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
idb-connector dependency #1681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@GitNomster Problem in |
@GitNomster |
@evilebottnawi problem occurs only in |
@GitNomster it is happens on CI, right? Looks you |
@evilebottnawi yes, i'm using it locally. I've dig deeper and found default-gateway 3.1.0 package starts using idb-connector. |
@GitNomster You should not use |
@evilebottnawi sometimes i'm using it on build server, where i get program for production. |
@GitNomster npm ci should be run only on CI systems, where you stode node_modules cache otherwise it doesn't have sense and can lead to this error. We can't solve this problem on our side. It is problem more related to package manager, sorry |
Operating System: Win 10 x64
Node Version: 10.15.1
NPM Version: 6.7.0
webpack Version: 4.29.5
webpack-dev-server Version: 3.2.0
This is a bug
Expected Behavior
All is ok without any err.
Actual Behavior
When i install webpack-dev-server 3.2.0 console warns about:
and then, when i try to install deps with npm ci it starts to install idb-connector. And result is:
With webpackdev-server v3.1.14 all is ok.
The text was updated successfully, but these errors were encountered: