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

Merge handle-thing 201 #365

Open
cesarchefinho opened this issue Mar 26, 2020 · 3 comments
Open

Merge handle-thing 201 #365

cesarchefinho opened this issue Mar 26, 2020 · 3 comments

Comments

@cesarchefinho
Copy link

cesarchefinho commented Mar 26, 2020

use the new handle-thing 2.0.1 version in node-spdy to correct crash bug #350 under node >=11

@RandomByte
Copy link

Hey! node-spdy defines a range dependency to handle-thing:

"handle-thing": "^2.0.0",

This means that, depending on how you are using node-spdy, all you need to do is updating your package-lock.json (assuming you have one) to install the latest version of handle-thing.

Simplest way:

rm package-lock.json
rm -rf node_modules
npm i

@cesarchefinho
Copy link
Author

Can someone update this file package.json and change handle-things to 2.0.1 and commit ?

@mir4ef
Copy link

mir4ef commented Mar 31, 2020

rather than removing the entire lock file, i would probably recommend npm update --depth=1 handle-thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants