-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
All versions of npm init hang on Node 8.1.0 #13557
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.regressionIssues related to regressions.Issues related to regressions.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.regressionIssues related to regressions.Issues related to regressions.
Type
Fields
Give feedbackNo fields configured for issues without a type.
To reproduce, with Node 8.1.0 and any version of npm (we've explicitly tested w/ 2, 3, 4 & 5):
At the prompt for version Node stops accepting input and doesn't respond to ^Z or ^C. (It does respond to
kill -STOPandkill -INT. Continuing the process after a STOP results in keyboard input being echoed but the process still does not run.)