-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Setup script fails to complete on windows #577
Comments
What command line are you using?
…On Sun, Jun 17, 2018 at 2:00 PM jshnaidman ***@***.***> wrote:
*Describe the bug*
When I run npm run setup, it completes the script but hangs after printing
'Setup Complete! Cleaning up...'
*To Reproduce*
npm install
npm run setup
*Expected behavior*
The setup script to complete
*Desktop (please complete the following information):*
- OS: Windows 10
- NPM version: 5.6.0
- Nodejs version: v8.11.3
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#577>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABnFpe68Cnx9vc0db-l3PwCBYmh8q8-Rks5t9qdhgaJpZM4Uq77y>
.
--
Cory House
Principal: reactjsconsulting.com <http://www.reactjsconsulting.com>
Author: Pluralsight Courses <http://www.pluralsight.com/author/cory-house>
|
I am getting the same issue, mentioned above using windows 10, command line: Git Bash |
it seem the underlying issue lays in the prompt package as described here: flatiron/prompt#112 I used the packge https://github.com/mafintosh/why-is-node-running which gives the following active handles:
|
it may be worth it to check alternatives since the prompt package seems not to be well mantained (last npm release 3 years ago, last commit 1 year ago). An alternative could be https://github.com/terkelg/prompts |
Great point @m10 - I'm currently buried, but I'd welcome a PR to switch to prompts if you're willing. |
Describe the bug
When I run npm run setup, it completes the script but hangs after printing 'Setup Complete! Cleaning up...'
To Reproduce
npm install
npm run setup
Expected behavior
The setup script to complete
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: