Skip to content
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

add optional dependency bindings due to npm warning #5348

Merged
merged 1 commit into from Dec 21, 2020
Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Dec 17, 2020

Today if I run npm install on master branch it modifies package-lock.json with the following warning:

  1. Unexpected warning for https://registry.npmjs.org/: Miscellaneous
    Warning EAI_AGAIN: request to https://registry.npmjs.org/bindings failed,
    reason: getaddrinfo EAI_AGAIN registry.npmjs.org
  2. Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.

The changes are committed in this PR
@alexcjohnson @antoinerg do you get an identical diff?

@plotly/plotly_js

 - Unexpected warning for https://registry.npmjs.org/: Miscellaneous
 - Warning EAI_AGAIN: request to https://registry.npmjs.org/bindings failed,
 - reason: getaddrinfo EAI_AGAIN registry.npmjs.org
 - Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
@archmoj
Copy link
Contributor Author

archmoj commented Dec 21, 2020

After days, I constantly get this diff when switching branches.
Even if I remove node_modules and npm run cache clean --force.
So merging...

@archmoj archmoj merged commit bc5c180 into master Dec 21, 2020
@archmoj archmoj deleted the need-bindings branch December 21, 2020 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant