We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check that npmversion works fine on Node 8.X environment
The text was updated successfully, but these errors were encountered:
It seems running the command "npm version x.x.x" through the child_process.exec could never be terminated since NodeJs 7.X
Find a way to solve it
Sorry, something went wrong.
Maybe us direclty the npm as nodejs module and use the version service: https://github.com/npm/npm/blob/latest/lib/version.js
Could be related to sindresorhus/get-stdin#13 (comment) but it seems not working.
051f3c1
Related to #8, to avoid hanging process with NodeJs 8.X or more
4bc4d27
rochejul
No branches or pull requests
Check that npmversion works fine on Node 8.X environment
The text was updated successfully, but these errors were encountered: