-
Notifications
You must be signed in to change notification settings - Fork 954
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
Pin [email protected]. Fix #1606. #1608
Conversation
package.json
Outdated
@@ -92,7 +92,7 @@ | |||
"minimatch": "^3.0.4", | |||
"open": "^6.3.0", | |||
"ora": "^3.4.0", | |||
"portfinder": "^1.0.13", | |||
"portfinder": "1.0.21", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not ^1.0.21
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because 1.0.22 introduced a breaking change http-party/node-portfinder#84
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, wrong link. http-party/node-portfinder#89 describes better what we're experiencing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
portfinder has released a fix. I've updated the code to read ^1.0.23
. This PR is no longer urgent. https://www.npmjs.com/package/portfinder/v/1.0.23
Once all comments are resolved please feel free to merge and release without me :) |
See #1606.